Home
last modified time | relevance | path

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

/PHP-7.0/ext/oci8/
H A Doci8.c3261 ub4 numfree = 0, numbusy = 0, numopen = 0; in php_oci_create_session() local
3263 …), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numbusy, (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 11 milliseconds