numopen 3377 ext/oci8/oci8.c ub4 numfree = 0, numbusy = 0, numopen = 0; numopen 3378 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numopen, (ub4 *)0, OCI_ATTR_SPOOL_OPEN_COUNT, OCI_G(err))); numopen 3380 ext/oci8/oci8.c numfree = numopen - numbusy; /* number of free connections in the pool */ numopen 3381 ext/oci8/oci8.c DTRACE_OCI8_SESSPOOL_STATS(numfree, numbusy, numopen);