OCIDescriptorFree  701 ext/oci8/oci8_lob.c 	PHP_OCI_CALL(OCIDescriptorFree, (descriptor->descriptor, descriptor->type));
OCIDescriptorFree  612 ext/oci8/oci8_statement.c 				PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM));
OCIDescriptorFree  622 ext/oci8/oci8_statement.c 				PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM));
OCIDescriptorFree  632 ext/oci8/oci8_statement.c 				PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM));
OCIDescriptorFree  642 ext/oci8/oci8_statement.c 				PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM));
OCIDescriptorFree  655 ext/oci8/oci8_statement.c 				PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM));
OCIDescriptorFree  665 ext/oci8/oci8_statement.c 				PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM));
OCIDescriptorFree  675 ext/oci8/oci8_statement.c 				PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM));
OCIDescriptorFree  680 ext/oci8/oci8_statement.c 			PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM));
OCIDescriptorFree  102 ext/pdo_oci/oci_statement.c 						OCIDescriptorFree(S->cols[i].data, OCI_DTYPE_LOB);
OCIDescriptorFree  428 ext/pdo_oci/oci_statement.c 						OCIDescriptorFree(P->thing, OCI_DTYPE_LOB);