spool_hash_key 2845 ext/oci8/oci8.c session_pool->spool_hash_key = zend_strndup(hash_key, hash_key_len); spool_hash_key 2846 ext/oci8/oci8.c if (session_pool->spool_hash_key == NULL) { spool_hash_key 3013 ext/oci8/oci8.c zend_hash_update(&EG(persistent_list), session_pool->spool_hash_key, strlen(session_pool->spool_hash_key)+1,(void *)&spool_le, sizeof(zend_rsrc_list_entry),NULL); spool_hash_key 3015 ext/oci8/oci8.c strlen(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key) == spool_hashed_details.len && spool_hash_key 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_hash_key 3450 ext/oci8/oci8.c if (session_pool->spool_hash_key) { spool_hash_key 3451 ext/oci8/oci8.c free(session_pool->spool_hash_key); spool_hash_key 129 ext/oci8/php_oci8_int.h char *spool_hash_key; /* Hash key for session pool in plist */