Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8.c3286 ub4 numfree = 0, numbusy = 0, numopen = 0; in php_oci_create_session() local
3288 …), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numbusy, (ub4 *)0, OCI_AT… in php_oci_create_session()
3289 numfree = numopen - numbusy; /* number of free connections in the pool */ in php_oci_create_session()
3290 DTRACE_OCI8_SESSPOOL_STATS(numfree, numbusy, numopen); in php_oci_create_session()

Completed in 20 milliseconds