Home
last modified time | relevance | path

Searched refs:zend_accel_hash_find (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/opcache/
H A Dzend_accelerator_hash.h74 void* zend_accel_hash_find(
H A DZendAccelerator.c216 …ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_… in ZEND_INI_MH()
222 …ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_… in ZEND_INI_MH()
986 !zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1) && in accel_make_persistent_key_ex()
992 …ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_… in accel_make_persistent_key_ex()
1099 persistent_script = zend_accel_hash_find(&ZCSG(hash), realpath, strlen(realpath) + 1); in zend_accel_invalidate()
1136 if (!zend_accel_hash_find(&ZCSG(hash), key, key_length + 1)) { in zend_accel_add_key()
1542 persistent_script = zend_accel_hash_find(&ZCSG(hash), key, key_length + 1);
1910 …(persistent_script = zend_accel_hash_find(&ZCSG(hash), (char*)filename, filename_len + 1)) != NULL…
1926 (persistent_script = zend_accel_hash_find(&ZCSG(hash), key, key_length + 1)) != NULL &&
2018 …(persistent_script = zend_accel_hash_find(&ZCSG(hash), (char*)filename, filename_len + 1)) != NULL…
[all …]
H A Dzend_accelerator_hash.c149 void* zend_accel_hash_find(zend_accel_hash *accel_hash, char *key, zend_uint key_length) in zend_accel_hash_find() function
H A Dzend_accelerator_module.c328 persistent_script = zend_accel_hash_find(&ZCSG(hash), filename, filename_len + 1); in filename_is_in_cache()
337 persistent_script = zend_accel_hash_find(&ZCSG(hash), key, key_length + 1); in filename_is_in_cache()

Completed in 17 milliseconds