Searched refs:spool_hash_key (Results 1 – 2 of 2) sorted by relevance
2723 session_pool->spool_hash_key = zend_strndup(hash_key, hash_key_len); in php_oci_create_spool()2724 if (session_pool->spool_hash_key == NULL) { in php_oci_create_spool()2888 …nd_hash_update(&EG(persistent_list), session_pool->spool_hash_key, strlen(session_pool->spool_hash… in php_oci_get_spool()2890 strlen(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key) == spool_hashed_details.len && in php_oci_get_spool()2891 …memcmp(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key, spool_hashed_details.c, spool_hashe… in php_oci_get_spool()3308 if (session_pool->spool_hash_key) { in php_oci_spool_close()3309 free(session_pool->spool_hash_key); in php_oci_spool_close()
118 char *spool_hash_key; /* Hash key for session pool in plist */ member
Completed in 22 milliseconds