Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c48 static HashTable xlat_table; variable
330 if (zend_hash_index_find(&xlat_table, (ulong)source, (void **)&old_p) == SUCCESS) { in zend_shared_memdup_size()
342 if (zend_hash_index_find(&xlat_table, (ulong)source, (void **)&old_p) == SUCCESS) { in _zend_shared_memdup()
405 zend_hash_init(&xlat_table, 100, NULL, NULL, 1); in zend_shared_alloc_lock()
411 zend_hash_destroy(&xlat_table); in zend_shared_alloc_unlock()
429 zend_hash_clean(&xlat_table); in zend_shared_alloc_clear_xlat_table()
434 zend_hash_index_update(&xlat_table, (ulong)old, (void*)&new, sizeof(void *), NULL); in zend_shared_alloc_register_xlat_entry()
441 if (zend_hash_index_find(&xlat_table, (ulong)old, (void **)&retval) == FAILURE) { in zend_shared_alloc_get_xlat_entry()

Completed in 24 milliseconds