Home
last modified time | relevance | path

Searched refs:spool_hash_key (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/oci8/
H A Doci8.c1860 session_pool->spool_hash_key = zend_string_dup(hash_key, 1); in php_oci_create_spool()
1861 if (session_pool->spool_hash_key == NULL) { in php_oci_create_spool()
2024 zend_register_persistent_resource_ex(session_pool->spool_hash_key, session_pool, le_psessionpool); in php_oci_get_spool()
2026 …zend_string_equals(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key, spool_hashed_details.s)… in php_oci_get_spool()
2466 if (session_pool->spool_hash_key) { in php_oci_spool_close()
2467 free(session_pool->spool_hash_key); in php_oci_spool_close()
H A Dphp_oci8_int.h138 zend_string *spool_hash_key; /* Hash key for session pool in plist */ member

Completed in 20 milliseconds