is_stub 1955 ext/oci8/oci8.c DTRACE_OCI8_CONNECT_LOOKUP(connection, connection && connection->is_stub ? 1 : 0); is_stub 1966 ext/oci8/oci8.c if (connection && connection->is_persistent && connection->is_stub) { is_stub 2324 ext/oci8/oci8.c if (!connection->is_stub) { is_stub 2395 ext/oci8/oci8.c if (connection->is_stub) { is_stub 2457 ext/oci8/oci8.c connection->is_stub = 1; is_stub 2811 ext/oci8/oci8.c DTRACE_OCI8_CONNECT_EXPIRY(connection, connection->is_stub ? 1 : 0, (long)connection->idle_expiry, (long)timestamp); is_stub 3404 ext/oci8/oci8.c connection->is_stub = 0; is_stub 154 ext/oci8/php_oci8_int.h unsigned is_stub:1; /* flag to keep track whether the connection structure has a real OCI connection associated */