Home
last modified time | relevance | path

Searched refs:hash_table (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_hash.c36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
55 …accel_hash->hash_table = zend_shared_alloc(sizeof(zend_accel_hash_entry *)*accel_hash->max_num_ent… in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
67 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_init()
92 entry = accel_hash->hash_table[index]; in zend_accel_hash_update()
135 entry->next = accel_hash->hash_table[index]; in zend_accel_hash_update()
136 accel_hash->hash_table[index] = entry; in zend_accel_hash_update()
152 entry = accel_hash->hash_table[index]; in zend_accel_hash_find()
180 entry = accel_hash->hash_table[index]; in zend_accel_hash_find_entry()
205 entry = accel_hash->hash_table[index]; in zend_accel_hash_unlink()
[all …]
H A Dzend_accelerator_hash.h57 zend_accel_hash_entry **hash_table; member
H A Dzend_accelerator_module.c512 for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) { in accelerator_get_scripts()
H A DZendAccelerator.c2117 …memset(ZCSG(include_paths).hash_table, 0, sizeof(zend_accel_hash_entry*) * ZCSG(include_paths).max…
2118 …ZCSG(include_paths).hash_table[zend_inline_hash_func(ZCSG(include_paths).hash_entries[0].key, ZCSG…
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c178 fcgi_hash_bucket *hash_table[FCGI_HASH_TABLE_SIZE]; member
186 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_init()
218 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_clean()
261 fcgi_hash_bucket *p = h->hash_table[idx]; in fcgi_hash_set()
283 p->next = h->hash_table[idx]; in fcgi_hash_set()
284 h->hash_table[idx] = p; in fcgi_hash_set()
298 fcgi_hash_bucket **p = &h->hash_table[idx]; in fcgi_hash_del()
317 fcgi_hash_bucket *p = h->hash_table[idx]; in fcgi_hash_get()

Completed in 24 milliseconds