OCIHandleFree    1120 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, (cpoolh, OCI_HTYPE_CPOOL));
OCIHandleFree    1137 ext/oci8/oci8.c 				OCIHandleFree((dvoid *) OCI_G(env), OCI_HTYPE_ENV);
OCIHandleFree    1154 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) OCI_G(err), OCI_HTYPE_ERROR));
OCIHandleFree    1159 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) OCI_G(env), OCI_HTYPE_ENV));
OCIHandleFree    2342 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->err, (ub4) OCI_HTYPE_ERROR));
OCIHandleFree    2345 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->authinfo, (ub4) OCI_HTYPE_AUTHINFO));
OCIHandleFree    2351 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->session, OCI_HTYPE_SESSION));
OCIHandleFree    2359 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX));
OCIHandleFree    2363 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->server, (ub4) OCI_HTYPE_SERVER));
OCIHandleFree    2367 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->env, OCI_HTYPE_ENV));
OCIHandleFree    2971 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO));
OCIHandleFree    3483 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) session_pool->poolh, OCI_HTYPE_SPOOL));
OCIHandleFree    3487 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) session_pool->err, OCI_HTYPE_ERROR));
OCIHandleFree    3491 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     338 ext/pdo_oci/oci_driver.c 		OCIHandleFree(stmt, OCI_HTYPE_STMT);
OCIHandleFree     346 ext/pdo_oci/oci_driver.c 		OCIHandleFree(stmt, OCI_HTYPE_STMT);
OCIHandleFree     363 ext/pdo_oci/oci_driver.c 	OCIHandleFree(stmt, OCI_HTYPE_STMT);
OCIHandleFree      79 ext/pdo_oci/oci_statement.c 		OCIHandleFree(S->stmt, OCI_HTYPE_STMT);
OCIHandleFree      83 ext/pdo_oci/oci_statement.c 		OCIHandleFree(S->err, OCI_HTYPE_ERROR);
OCIHandleFree     107 ext/pdo_oci/pdo_oci.c 	OCIHandleFree((dvoid*)pdo_oci_Env, OCI_HTYPE_ENV);