Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c42 typedef void (*unique_copy_ctor_func_t)(void *pElement); typedef
824 static int zend_hash_unique_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCop…
870 …d_accel_function_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCopyCons…
891 …zend_accel_class_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCopyCons…
942 …ass_hash_copy(CG(class_table), &persistent_script->class_table, (unique_copy_ctor_func_t) zend_cla…
948 …sh_copy(CG(function_table), &persistent_script->function_table, (unique_copy_ctor_func_t)zend_prep…

Completed in 6 milliseconds