Home
last modified time | relevance | path

Searched refs:zend_accel_hash_update (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/ext/opcache/
H A Dzend_accelerator_hash.h67 zend_accel_hash_entry* zend_accel_hash_update(
H A Dzend_accelerator_hash.c74 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 DZendAccelerator.c232zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_k… in ZEND_INI_MH()
1004zend_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()
2726zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_k…

Completed in 14 milliseconds