Home
last modified time | relevance | path

Searched refs:cpoolh (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/oci8/
H A Doci8.c1121 OCICPool *cpoolh; in PHP_INI_END() local
1123 …PHP_OCI_CALL(OCIHandleAlloc, (OCI_G(env), (dvoid **) &cpoolh, OCI_HTYPE_CPOOL, (size_t) 0, (dvoid … in PHP_INI_END()
1124 …PHP_OCI_CALL(OCIConnectionPoolCreate, (OCI_G(env), OCI_G(err), cpoolh, NULL, 0, NULL, 0, 0, 0, 0, … in PHP_INI_END()
1125 PHP_OCI_CALL(OCIConnectionPoolDestroy, (cpoolh, OCI_G(err), OCI_DEFAULT)); in PHP_INI_END()
1126 PHP_OCI_CALL(OCIHandleFree, (cpoolh, OCI_HTYPE_CPOOL)); in PHP_INI_END()

Completed in 10 milliseconds