zend_register_functions 2037 Zend/zend_API.c 	if (module->functions && zend_register_functions(NULL, module->functions, NULL, module->type)==FAILURE) {
zend_register_functions 2659 Zend/zend_API.c 		zend_register_functions(class_entry, class_entry->info.internal.builtin_functions, &class_entry->function_table, MODULE_PERSISTENT);
zend_register_functions  278 Zend/zend_API.h ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type);
zend_register_functions 2221 main/main.c    			zend_register_functions(NULL, sapi_module.additional_functions, NULL, MODULE_PERSISTENT);