unique_copy_ctor_func_t   42 ext/opcache/zend_accelerator_util_funcs.c typedef void (*unique_copy_ctor_func_t)(void *pElement);
unique_copy_ctor_func_t  891 ext/opcache/zend_accelerator_util_funcs.c static int zend_hash_unique_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCopyConstructor, uint size, int ignore_dups, void **fail_data, void **conflict_data)
unique_copy_ctor_func_t  937 ext/opcache/zend_accelerator_util_funcs.c static void zend_accel_function_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCopyConstructor)
unique_copy_ctor_func_t  958 ext/opcache/zend_accelerator_util_funcs.c static void zend_accel_class_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCopyConstructor TSRMLS_DC)
unique_copy_ctor_func_t 1009 ext/opcache/zend_accelerator_util_funcs.c 			zend_accel_class_hash_copy(CG(class_table), &persistent_script->class_table, (unique_copy_ctor_func_t) zend_class_copy_ctor TSRMLS_CC);
unique_copy_ctor_func_t 1015 ext/opcache/zend_accelerator_util_funcs.c 			zend_accel_function_hash_copy(CG(function_table), &persistent_script->function_table, (unique_copy_ctor_func_t)zend_prepare_function_for_execution);