Home
last modified time | relevance | path

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

/PHP-7.2/ext/oci8/
H A Doci8.c2772 session_pool->spool_hash_key = zend_string_dup(hash_key, 1); in php_oci_create_spool()
2773 if (session_pool->spool_hash_key == NULL) { in php_oci_create_spool()
2949 …zend_hash_update_mem(&EG(persistent_list), session_pool->spool_hash_key, (void *)&spool_le, sizeof… in php_oci_get_spool()
2951 zend_register_persistent_resource_ex(session_pool->spool_hash_key, session_pool, le_psessionpool); in php_oci_get_spool()
2954 …ZSTR_LEN(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key) == ZSTR_LEN(spool_hashed_details.… in php_oci_get_spool()
2955 …memcmp(ZSTR_VAL(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key), ZSTR_VAL(spool_hashed_det… in php_oci_get_spool()
3403 if (session_pool->spool_hash_key) { in php_oci_spool_close()
3404 free(session_pool->spool_hash_key); in php_oci_spool_close()
H A Dphp_oci8_int.h134 zend_string *spool_hash_key; /* Hash key for session pool in plist */ member

Completed in 16 milliseconds