OCIHandleFree    1126 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, (cpoolh, OCI_HTYPE_CPOOL));
OCIHandleFree    1143 ext/oci8/oci8.c 				OCIHandleFree((dvoid *) OCI_G(env), OCI_HTYPE_ENV);
OCIHandleFree    1160 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) OCI_G(err), OCI_HTYPE_ERROR));
OCIHandleFree    1165 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) OCI_G(env), OCI_HTYPE_ENV));
OCIHandleFree    2334 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->err, (ub4) OCI_HTYPE_ERROR));
OCIHandleFree    2337 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->authinfo, (ub4) OCI_HTYPE_AUTHINFO));
OCIHandleFree    2343 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->session, OCI_HTYPE_SESSION));
OCIHandleFree    2351 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX));
OCIHandleFree    2355 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->server, (ub4) OCI_HTYPE_SERVER));
OCIHandleFree    2359 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->env, OCI_HTYPE_ENV));
OCIHandleFree    2947 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO));
OCIHandleFree    3439 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) session_pool->poolh, OCI_HTYPE_SPOOL));
OCIHandleFree    3443 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) session_pool->err, OCI_HTYPE_ERROR));
OCIHandleFree    3447 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) session_pool->env, OCI_HTYPE_ENV));
OCIHandleFree     224 ext/oci8/oci8_collection.c 	PHP_OCI_CALL(OCIHandleFree, ((dvoid *) dschp1, OCI_HTYPE_DESCRIBE));
OCIHandleFree     233 ext/oci8/oci8_collection.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) dschp1, OCI_HTYPE_DESCRIBE));
OCIHandleFree      86 ext/oci8/oci8_statement.c 			PHP_OCI_CALL(OCIHandleFree,(statement->err, OCI_HTYPE_ERROR));
OCIHandleFree     864 ext/oci8/oci8_statement.c 			PHP_OCI_CALL(OCIHandleFree, (statement->stmt, OCI_HTYPE_STMT));
OCIHandleFree     870 ext/oci8/oci8_statement.c 		PHP_OCI_CALL(OCIHandleFree, (statement->err, OCI_HTYPE_ERROR));
OCIHandleFree     208 ext/pdo_oci/oci_driver.c 		OCIHandleFree(H->session, OCI_HTYPE_SESSION);
OCIHandleFree     213 ext/pdo_oci/oci_driver.c 		OCIHandleFree(H->svc, OCI_HTYPE_SVCCTX);
OCIHandleFree     226 ext/pdo_oci/oci_driver.c 		OCIHandleFree(H->server, OCI_HTYPE_SERVER);
OCIHandleFree     231 ext/pdo_oci/oci_driver.c 		OCIHandleFree(H->err, OCI_HTYPE_ERROR);
OCIHandleFree     236 ext/pdo_oci/oci_driver.c 		OCIHandleFree(H->env, OCI_HTYPE_ENV);
OCIHandleFree     297 ext/pdo_oci/oci_driver.c 			OCIHandleFree(S->stmt, OCI_HTYPE_STMT);
OCIHandleFree     298 ext/pdo_oci/oci_driver.c 			OCIHandleFree(S->err, OCI_HTYPE_ERROR);
OCIHandleFree     340 ext/pdo_oci/oci_driver.c 		OCIHandleFree(stmt, OCI_HTYPE_STMT);
OCIHandleFree     348 ext/pdo_oci/oci_driver.c 		OCIHandleFree(stmt, OCI_HTYPE_STMT);
OCIHandleFree     365 ext/pdo_oci/oci_driver.c 	OCIHandleFree(stmt, OCI_HTYPE_STMT);
OCIHandleFree      70 ext/pdo_oci/oci_statement.c 		OCIHandleFree(S->stmt, OCI_HTYPE_STMT);
OCIHandleFree      74 ext/pdo_oci/oci_statement.c 		OCIHandleFree(S->err, OCI_HTYPE_ERROR);
OCIHandleFree     111 ext/pdo_oci/pdo_oci.c 	OCIHandleFree((dvoid*)pdo_oci_Env, OCI_HTYPE_ENV);