is_stub 1956 ext/oci8/oci8.c DTRACE_OCI8_CONNECT_LOOKUP(connection, connection && connection->is_stub ? 1 : 0); is_stub 1967 ext/oci8/oci8.c if (connection && connection->is_persistent && connection->is_stub) { is_stub 2332 ext/oci8/oci8.c if (!connection->is_stub) { is_stub 2410 ext/oci8/oci8.c if (connection->is_stub) { is_stub 2473 ext/oci8/oci8.c connection->is_stub = 1; is_stub 2835 ext/oci8/oci8.c DTRACE_OCI8_CONNECT_EXPIRY(connection, connection->is_stub ? 1 : 0, (long)connection->idle_expiry, (long)timestamp); is_stub 3448 ext/oci8/oci8.c connection->is_stub = 0; is_stub 161 ext/oci8/php_oci8_int.h unsigned is_stub:1; /* flag to keep track whether the connection structure has a real OCI connection associated */