cpoolh 1115 ext/oci8/oci8.c OCICPool *cpoolh; cpoolh 1117 ext/oci8/oci8.c PHP_OCI_CALL(OCIHandleAlloc, (OCI_G(env), (dvoid **) &cpoolh, OCI_HTYPE_CPOOL, (size_t) 0, (dvoid **) 0)); cpoolh 1118 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 1119 ext/oci8/oci8.c PHP_OCI_CALL(OCIConnectionPoolDestroy, (cpoolh, OCI_G(err), OCI_DEFAULT)); cpoolh 1120 ext/oci8/oci8.c PHP_OCI_CALL(OCIHandleFree, (cpoolh, OCI_HTYPE_CPOOL));