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