Lines Matching refs:target_function_table
2804 HashTable *target_function_table = function_table; in zend_register_functions() local
2815 if (!target_function_table) { in zend_register_functions()
2816 target_function_table = CG(function_table); in zend_register_functions()
2919 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
2927 if (zend_hash_add_ptr(target_function_table, lowercase_name, reg_function) == NULL) { in zend_register_functions()
3047 if (zend_hash_exists(target_function_table, lowercase_name)) { in zend_register_functions()
3053 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
3067 HashTable *target_function_table = function_table; in zend_unregister_functions() local
3071 if (!target_function_table) { in zend_unregister_functions()
3072 target_function_table = CG(function_table); in zend_unregister_functions()
3081 zend_hash_del(target_function_table, lowercase_name); in zend_unregister_functions()