Searched refs:numopen (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/oci8/ |
H A D | oci8.c | 3261 ub4 numfree = 0, numbusy = 0, numopen = 0; in php_oci_create_session() local 3262 …), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numopen, (ub4 *)0, OCI_AT… in php_oci_create_session() 3264 numfree = numopen - numbusy; /* number of free connections in the pool */ in php_oci_create_session() 3265 DTRACE_OCI8_SESSPOOL_STATS(numfree, numbusy, numopen); in php_oci_create_session()
|
Completed in 12 milliseconds