Searched refs:cpoolh (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/oci8/ |
H A D | oci8.c | 967 OCICPool *cpoolh; in PHP_INI_END() local 969 …PHP_OCI_CALL(OCIHandleAlloc, (OCI_G(env), (dvoid **) &cpoolh, OCI_HTYPE_CPOOL, (size_t) 0, (dvoid … in PHP_INI_END() 970 …PHP_OCI_CALL(OCIConnectionPoolCreate, (OCI_G(env), OCI_G(err), cpoolh, NULL, 0, NULL, 0, 0, 0, 0, … in PHP_INI_END() 971 PHP_OCI_CALL(OCIConnectionPoolDestroy, (cpoolh, OCI_G(err), OCI_DEFAULT)); in PHP_INI_END() 972 PHP_OCI_CALL(OCIHandleFree, (cpoolh, OCI_HTYPE_CPOOL)); in PHP_INI_END()
|
Completed in 15 milliseconds