Home
last modified time | relevance | path

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

/PHP-5.5/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.c228zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_k… in ZEND_INI_MH()
975zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_k… in accel_make_persistent_key_ex()
1116 if (zend_accel_hash_update(&ZCSG(hash), new_key, key_length + 1, 1, bucket)) { in zend_accel_add_key()
1201 …bucket = zend_accel_hash_update(&ZCSG(hash), new_persistent_script->full_path, new_persistent_scri… in cache_script_in_shared_memory()
1210 if (zend_accel_hash_update(&ZCSG(hash), key, key_length + 1, 1, bucket)) { in cache_script_in_shared_memory()
2626zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_k…

Completed in 13 milliseconds