le_pconnection     89 ext/oci8/oci8.c int le_pconnection;
le_pconnection   1200 ext/oci8/oci8.c 	le_pconnection = zend_register_list_destructors_ex(php_oci_pconnection_list_np_dtor, php_oci_pconnection_list_dtor, "oci8 persistent connection", module_number);
le_pconnection   1457 ext/oci8/oci8.c 		if ((zend_hash_find(&EG(persistent_list), connection->hash_key, strlen(connection->hash_key)+1, (void **) &le)== SUCCESS) && (le->type == le_pconnection) && (le->ptr == connection)) {
le_pconnection   1936 ext/oci8/oci8.c 			if (le->type == le_pconnection) {
le_pconnection   2005 ext/oci8/oci8.c 							if (tmp != NULL && rsrc_type == le_pconnection && strlen(tmp->hash_key) == hashed_details.len &&
le_pconnection   2009 ext/oci8/oci8.c 								PHP_OCI_REGISTER_RESOURCE(connection, le_pconnection);
le_pconnection   2044 ext/oci8/oci8.c 				if (connection == zend_list_find(connection->id, &rsrc_type) && rsrc_type == le_pconnection) {
le_pconnection   2168 ext/oci8/oci8.c 		new_le.type = le_pconnection;
le_pconnection   2170 ext/oci8/oci8.c 		PHP_OCI_REGISTER_RESOURCE(connection, le_pconnection);
le_pconnection   2805 ext/oci8/oci8.c 	if (le->type == le_pconnection) {
le_pconnection   1637 ext/oci8/oci8_interface.c 		connection = (php_oci_connection *) zend_fetch_resource(&arg TSRMLS_CC, -1, NULL, NULL, 1, le_pconnection);
le_pconnection     63 ext/oci8/php_oci8_int.h extern int le_pconnection;
le_pconnection    364 ext/oci8/php_oci8_int.h 	ZEND_FETCH_RESOURCE2(connection, php_oci_connection *, &zval, -1, "oci8 connection", le_connection, le_pconnection)