Searched refs:zend_accel_hash_update (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_hash.h | 67 zend_accel_hash_entry* zend_accel_hash_update(
|
H A D | zend_accelerator_hash.c | 74 zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_hash, char *key, zend_uint key… in zend_accel_hash_update() function
|
H A D | ZendAccelerator.c | 232 …zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_k… in ZEND_INI_MH() 1004 …zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_k… in accel_make_persistent_key_ex() 1145 if (zend_accel_hash_update(&ZCSG(hash), new_key, key_length + 1, 1, bucket)) { in zend_accel_add_key() 1234 …bucket = zend_accel_hash_update(&ZCSG(hash), new_persistent_script->full_path, new_persistent_scri… in cache_script_in_shared_memory() 1243 if (zend_accel_hash_update(&ZCSG(hash), key, key_length + 1, 1, bucket)) { in cache_script_in_shared_memory() 2726 …zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_k…
|
Completed in 10 milliseconds