spool_hash_key 2869 ext/oci8/oci8.c session_pool->spool_hash_key = zend_string_dup(hash_key, 1); spool_hash_key 2870 ext/oci8/oci8.c if (session_pool->spool_hash_key == NULL) { spool_hash_key 3043 ext/oci8/oci8.c zend_hash_update_mem(&EG(persistent_list), session_pool->spool_hash_key, (void *)&spool_le, sizeof(zend_resource)); spool_hash_key 3045 ext/oci8/oci8.c ZSTR_LEN(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key) == ZSTR_LEN(spool_hashed_details.s) && spool_hash_key 3046 ext/oci8/oci8.c memcmp(ZSTR_VAL(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key), ZSTR_VAL(spool_hashed_details.s), ZSTR_LEN(spool_hashed_details.s)) == 0) { spool_hash_key 3494 ext/oci8/oci8.c if (session_pool->spool_hash_key) { spool_hash_key 3495 ext/oci8/oci8.c free(session_pool->spool_hash_key); spool_hash_key 136 ext/oci8/php_oci8_int.h zend_string *spool_hash_key; /* Hash key for session pool in plist */