Searched refs:zend_accel_hash_entry (Results 1 – 5 of 5) sorted by relevance
45 typedef struct _zend_accel_hash_entry zend_accel_hash_entry; typedef50 zend_accel_hash_entry *next;57 zend_accel_hash_entry **hash_table;58 zend_accel_hash_entry *hash_entries;67 zend_accel_hash_entry* zend_accel_hash_update(78 zend_accel_hash_entry* zend_accel_hash_find_entry(87 zend_accel_hash_entry* zend_accel_hash_str_find_entry(
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()78 zend_accel_hash_entry *entry; in zend_accel_hash_update()79 zend_accel_hash_entry *indirect_bucket = NULL; in zend_accel_hash_update()82 indirect_bucket = (zend_accel_hash_entry*)data; in zend_accel_hash_update()84 indirect_bucket = (zend_accel_hash_entry*)indirect_bucket->data; in zend_accel_hash_update()105 ((zend_accel_hash_entry*)entry->data)->data = data; in zend_accel_hash_update()146 zend_accel_hash_entry *entry; in zend_accel_hash_find_ex()160 return ((zend_accel_hash_entry*)entry->data)->data; in zend_accel_hash_find_ex()195 return (zend_accel_hash_entry *)zend_accel_hash_find_ex( in zend_accel_hash_find_entry()221 return (zend_accel_hash_entry *)zend_accel_hash_find_ex( in zend_accel_hash_str_find_entry()[all …]
1350 static void zend_accel_add_key(const char *key, unsigned int key_length, zend_accel_hash_entry *buc… in zend_accel_add_key()1450 zend_accel_hash_entry *bucket; in cache_script_in_shared_memory()2010 zend_accel_hash_entry *bucket; in persistent_compile_file()2293 zend_accel_hash_entry *bucket = zend_accel_hash_str_find_entry(&ZCSG(hash), key, key_length); in persistent_zend_resolve_path()2314 zend_accel_hash_entry *bucket = zend_accel_hash_find_entry(&ZCSG(hash), resolved_path); in persistent_zend_resolve_path()
545 zend_accel_hash_entry *cache_entry;
1357 zend_accel_hash_entry *bucket;
Completed in 33 milliseconds