spool_out_le     2970 ext/oci8/oci8.c 	zend_rsrc_list_entry *spool_out_le = NULL;
spool_out_le     3002 ext/oci8/oci8.c 	if (zend_hash_find(&EG(persistent_list),spool_hashed_details.c, spool_hashed_details.len+1, (void **)&spool_out_le) == FAILURE) {
spool_out_le     3014 ext/oci8/oci8.c 	} else if (spool_out_le->type == le_psessionpool &&
spool_out_le     3015 ext/oci8/oci8.c 		strlen(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key) == spool_hashed_details.len &&
spool_out_le     3016 ext/oci8/oci8.c 		memcmp(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key, spool_hashed_details.c, spool_hashed_details.len) == 0) {
spool_out_le     3018 ext/oci8/oci8.c 		session_pool = (php_oci_spool *)(spool_out_le->ptr);