is_attached      2354 ext/oci8/oci8.c 		if (connection->is_attached) {
is_attached      2472 ext/oci8/oci8.c 		connection->is_attached = connection->is_open = connection->rb_on_disconnect = connection->used_this_request = 0;
is_attached      3133 ext/oci8/oci8.c 	connection->is_attached = 1;
is_attached      3449 ext/oci8/oci8.c 	connection->is_attached = connection->is_open = 1;
is_attached       156 ext/oci8/php_oci8_int.h 	unsigned		is_attached:1;				/* hels to determine if we should detach from the server when closing/freeing the connection */