Home
last modified time | relevance | path

Searched refs:numopen (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
3197 …), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numopen, (ub4 *)0, OCI_AT… in php_oci_create_session()
3199 numfree = numopen - numbusy; /* number of free connections in the pool */ in php_oci_create_session()
3200 …php_printf ("OCI8 DEBUG L1: (numopen=%d)(numbusy=%d)(numfree=%d) at (%s:%d) \n", numopen, numbusy,… in php_oci_create_session()

Completed in 13 milliseconds