using_spool      2337 ext/oci8/oci8.c 	if (!connection->using_spool && connection->svc) {
using_spool      2349 ext/oci8/oci8.c 	if (!connection->using_spool) {
using_spool      2443 ext/oci8/oci8.c 	if (connection->using_spool) {
using_spool      3318 ext/oci8/oci8.c 	if (!connection->using_spool) {
using_spool      3319 ext/oci8/oci8.c 		connection->using_spool = 1;
using_spool       162 ext/oci8/php_oci8_int.h 	unsigned		using_spool:1;				/* Is this connection from session pool? */