Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_hash.h62 } zend_accel_hash; typedef
64 void zend_accel_hash_init(zend_accel_hash *accel_hash, zend_uint hash_size);
65 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
68 zend_accel_hash *accel_hash,
75 zend_accel_hash *accel_hash,
80 zend_accel_hash *accel_hash,
85 zend_accel_hash *accel_hash,
89 static inline zend_bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full()
H A Dzend_accelerator_hash.c32 void zend_accel_hash_clean(zend_accel_hash *accel_hash) in zend_accel_hash_clean()
39 void zend_accel_hash_init(zend_accel_hash *accel_hash, zend_uint hash_size) in zend_accel_hash_init()
74 zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_hash, char *key, zend_uint key… in zend_accel_hash_update()
143 void* zend_accel_hash_find(zend_accel_hash *accel_hash, char *key, zend_uint key_length) in zend_accel_hash_find()
171 zend_accel_hash_entry* zend_accel_hash_find_entry(zend_accel_hash *accel_hash, char *key, zend_uint… in zend_accel_hash_find_entry()
196 int zend_accel_hash_unlink(zend_accel_hash *accel_hash, char *key, zend_uint key_length) in zend_accel_hash_unlink()
H A DZendAccelerator.h284 zend_accel_hash hash; /* hash table for cached scripts */
285 zend_accel_hash include_paths; /* used "include_path" values */

Completed in 8 milliseconds