Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8.c2505 ub4 numfree = 0, numbusy = 0, numopen = 0; in php_oci_create_session() local
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 9 milliseconds