Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8.c3196 ub4 numfree = 0, numbusy = 0, numopen = 0; in php_oci_create_session() local
3199 numfree = numopen - numbusy; /* number of free connections in the pool */ in php_oci_create_session()
3200 …: (numopen=%d)(numbusy=%d)(numfree=%d) at (%s:%d) \n", numopen, numbusy, numfree, __FILE__, __LINE… in php_oci_create_session()

Completed in 11 milliseconds