cpoolh           1121 ext/oci8/oci8.c 		OCICPool *cpoolh;
cpoolh           1123 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleAlloc, (OCI_G(env), (dvoid **) &cpoolh, OCI_HTYPE_CPOOL, (size_t) 0, (dvoid **) 0));
cpoolh           1124 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIConnectionPoolCreate, (OCI_G(env), OCI_G(err), cpoolh, NULL, 0, NULL, 0, 0, 0, 0, NULL, 0, NULL, 0, cpoolmode));
cpoolh           1125 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIConnectionPoolDestroy, (cpoolh, OCI_G(err), OCI_DEFAULT));
cpoolh           1126 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, (cpoolh, OCI_HTYPE_CPOOL));