functions 2037 Zend/zend_API.c if (module->functions && zend_register_functions(NULL, module->functions, NULL, module->type)==FAILURE) { functions 2121 Zend/zend_API.c ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type) /* {{{ */ functions 2123 Zend/zend_API.c const zend_function_entry *ptr = functions; functions 2237 Zend/zend_API.c zend_unregister_functions(functions, count, target_function_table); functions 2326 Zend/zend_API.c zend_unregister_functions(functions, count, target_function_table); functions 2430 Zend/zend_API.c ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable *function_table) /* {{{ */ functions 2432 Zend/zend_API.c const zend_function_entry *ptr = functions; functions 2522 Zend/zend_API.c if (module->functions) { functions 2523 Zend/zend_API.c zend_unregister_functions(module->functions, -1, NULL); functions 178 Zend/zend_API.h #define INIT_CLASS_ENTRY(class_container, class_name, functions) \ functions 179 Zend/zend_API.h INIT_OVERLOADED_CLASS_ENTRY(class_container, class_name, functions, NULL, NULL, NULL) functions 181 Zend/zend_API.h #define INIT_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions) \ functions 182 Zend/zend_API.h INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions, NULL, NULL, NULL, NULL, NULL) functions 184 Zend/zend_API.h #define INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions, handle_fcall, handle_propget, handle_propset, handle_propunset, handle_propisset) \ functions 189 Zend/zend_API.h INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions, handle_fcall, handle_propget, handle_propset, handle_propunset, handle_propisset) \ functions 192 Zend/zend_API.h #define INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions, handle_fcall, handle_propget, handle_propset, handle_propunset, handle_propisset) \ functions 224 Zend/zend_API.h class_container.info.internal.builtin_functions = functions; \ functions 227 Zend/zend_API.h #define INIT_OVERLOADED_CLASS_ENTRY(class_container, class_name, functions, handle_fcall, handle_propget, handle_propset) \ functions 228 Zend/zend_API.h INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, class_name, sizeof(class_name)-1, functions, handle_fcall, handle_propget, handle_propset, NULL, NULL) functions 230 Zend/zend_API.h #define INIT_NS_CLASS_ENTRY(class_container, ns, class_name, functions) \ functions 231 Zend/zend_API.h INIT_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions) functions 232 Zend/zend_API.h #define INIT_OVERLOADED_NS_CLASS_ENTRY_EX(class_container, ns, class_name, functions, handle_fcall, handle_propget, handle_propset, handle_propunset, handle_propisset) \ functions 233 Zend/zend_API.h INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, ZEND_NS_NAME(ns, class_name), sizeof(ZEND_NS_NAME(ns, class_name))-1, functions, handle_fcall, handle_propget, handle_propset, handle_propunset, handle_propisset) functions 234 Zend/zend_API.h #define INIT_OVERLOADED_NS_CLASS_ENTRY(class_container, ns, class_name, functions, handle_fcall, handle_propget, handle_propset) \ functions 235 Zend/zend_API.h INIT_OVERLOADED_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions, handle_fcall, handle_propget, handle_propset) 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); functions 279 Zend/zend_API.h ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable *function_table); functions 2756 Zend/zend_builtin_functions.c if (module->functions) { functions 81 Zend/zend_modules.h const struct _zend_function_entry *functions; functions 88 Zend/zend_multibyte.c ZEND_API int zend_multibyte_set_functions(const zend_multibyte_functions *functions) functions 90 Zend/zend_multibyte.c zend_multibyte_encoding_utf32be = functions->encoding_fetcher("UTF-32BE"); functions 94 Zend/zend_multibyte.c zend_multibyte_encoding_utf32le = functions->encoding_fetcher("UTF-32LE"); functions 98 Zend/zend_multibyte.c zend_multibyte_encoding_utf16be = functions->encoding_fetcher("UTF-16BE"); functions 102 Zend/zend_multibyte.c zend_multibyte_encoding_utf16le = functions->encoding_fetcher("UTF-16LE"); functions 106 Zend/zend_multibyte.c zend_multibyte_encoding_utf8 = functions->encoding_fetcher("UTF-8"); functions 111 Zend/zend_multibyte.c multibyte_functions = *functions; functions 62 Zend/zend_multibyte.h ZEND_API int zend_multibyte_set_functions(const zend_multibyte_functions *functions); functions 9802 ext/pcre/pcrelib/pcre_jit_compile.c executable_functions *functions; functions 10359 ext/pcre/pcrelib/pcre_jit_compile.c functions = (executable_functions *)extra->executable_jit; functions 10371 ext/pcre/pcrelib/pcre_jit_compile.c functions = SLJIT_MALLOC(sizeof(executable_functions), compiler->allocator_data); functions 10372 ext/pcre/pcrelib/pcre_jit_compile.c if (functions == NULL) functions 10380 ext/pcre/pcrelib/pcre_jit_compile.c memset(functions, 0, sizeof(executable_functions)); functions 10381 ext/pcre/pcrelib/pcre_jit_compile.c functions->top_bracket = (re->top_bracket + 1) * 2; functions 10382 ext/pcre/pcrelib/pcre_jit_compile.c functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0; functions 10383 ext/pcre/pcrelib/pcre_jit_compile.c extra->executable_jit = functions; functions 10387 ext/pcre/pcrelib/pcre_jit_compile.c functions->executable_funcs[mode] = executable_func; functions 10388 ext/pcre/pcrelib/pcre_jit_compile.c functions->read_only_data_heads[mode] = common->read_only_data_head; functions 10389 ext/pcre/pcrelib/pcre_jit_compile.c functions->executable_sizes[mode] = executable_size; functions 10414 ext/pcre/pcrelib/pcre_jit_compile.c executable_functions *functions = (executable_functions *)extra_data->executable_jit; functions 10429 ext/pcre/pcrelib/pcre_jit_compile.c if (functions->executable_funcs[mode] == NULL) functions 10439 ext/pcre/pcrelib/pcre_jit_compile.c if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match) functions 10440 ext/pcre/pcrelib/pcre_jit_compile.c arguments.limit_match = functions->limit_match; functions 10457 ext/pcre/pcrelib/pcre_jit_compile.c max_offset_count = functions->top_bracket; functions 10462 ext/pcre/pcrelib/pcre_jit_compile.c if (functions->callback) functions 10463 ext/pcre/pcrelib/pcre_jit_compile.c arguments.stack = (struct sljit_stack *)functions->callback(functions->userdata); functions 10465 ext/pcre/pcrelib/pcre_jit_compile.c arguments.stack = (struct sljit_stack *)functions->userdata; functions 10468 ext/pcre/pcrelib/pcre_jit_compile.c retval = jit_machine_stack_exec(&arguments, functions->executable_funcs[mode]); functions 10471 ext/pcre/pcrelib/pcre_jit_compile.c convert_executable_func.executable_func = functions->executable_funcs[mode]; functions 10501 ext/pcre/pcrelib/pcre_jit_compile.c executable_functions *functions = (executable_functions *)extra_data->executable_jit; functions 10521 ext/pcre/pcrelib/pcre_jit_compile.c if (functions->executable_funcs[mode] == NULL) functions 10532 ext/pcre/pcrelib/pcre_jit_compile.c if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match) functions 10533 ext/pcre/pcrelib/pcre_jit_compile.c arguments.limit_match = functions->limit_match; functions 10550 ext/pcre/pcrelib/pcre_jit_compile.c max_offset_count = functions->top_bracket; functions 10555 ext/pcre/pcrelib/pcre_jit_compile.c convert_executable_func.executable_func = functions->executable_funcs[mode]; functions 10570 ext/pcre/pcrelib/pcre_jit_compile.c executable_functions *functions = (executable_functions *)executable_funcs; functions 10573 ext/pcre/pcrelib/pcre_jit_compile.c if (functions->executable_funcs[i] != NULL) functions 10574 ext/pcre/pcrelib/pcre_jit_compile.c sljit_free_code(functions->executable_funcs[i]); functions 10575 ext/pcre/pcrelib/pcre_jit_compile.c free_read_only_data(functions->read_only_data_heads[i], NULL); functions 10577 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_FREE(functions, compiler->allocator_data); functions 10642 ext/pcre/pcrelib/pcre_jit_compile.c executable_functions *functions; functions 10647 ext/pcre/pcrelib/pcre_jit_compile.c functions = (executable_functions *)extra->executable_jit; functions 10648 ext/pcre/pcrelib/pcre_jit_compile.c functions->callback = callback; functions 10649 ext/pcre/pcrelib/pcre_jit_compile.c functions->userdata = userdata; functions 733 ext/soap/php_sdl.c zend_hash_init(&ctx.sdl->functions, 0, NULL, delete_function, 0); functions 1129 ext/soap/php_sdl.c if (zend_hash_str_add_ptr(&ctx.sdl->functions, php_strtolower(tmp, len), len, function) == NULL) { functions 1130 ext/soap/php_sdl.c zend_hash_next_index_insert_ptr(&ctx.sdl->functions, function); functions 1532 ext/soap/php_sdl.c sdlFunctionPtr *functions = NULL; functions 1688 ext/soap/php_sdl.c zend_hash_init(&sdl->functions, num_func, NULL, delete_function, 0); functions 1690 ext/soap/php_sdl.c functions = safe_emalloc(num_func, sizeof(sdlFunctionPtr), 0); functions 1694 ext/soap/php_sdl.c sdl_deserialize_key(&sdl->functions, func, &in); functions 1751 ext/soap/php_sdl.c functions[i] = func; functions 1764 ext/soap/php_sdl.c sdl_deserialize_key(sdl->requests, functions[function_num-1], &in); functions 1769 ext/soap/php_sdl.c if (functions) { functions 1770 ext/soap/php_sdl.c efree(functions); functions 2283 ext/soap/php_sdl.c i = zend_hash_num_elements(&sdl->functions); functions 2291 ext/soap/php_sdl.c ZEND_HASH_FOREACH_STR_KEY_PTR(&sdl->functions, key, tmp) { functions 3060 ext/soap/php_sdl.c zend_hash_init(&psdl->functions, zend_hash_num_elements(&sdl->functions), NULL, delete_function_persistent, 1); functions 3061 ext/soap/php_sdl.c if (zend_hash_num_elements(&sdl->functions)) { functions 3065 ext/soap/php_sdl.c ZEND_HASH_FOREACH_STR_KEY_PTR(&sdl->functions, key, tmp) { functions 3069 ext/soap/php_sdl.c zend_hash_str_add_ptr(&psdl->functions, ZSTR_VAL(key), ZSTR_LEN(key), pfunc); functions 3071 ext/soap/php_sdl.c zend_hash_next_index_insert_ptr(&psdl->functions, pfunc); functions 3114 ext/soap/php_sdl.c zend_hash_destroy(&tmp->functions); functions 3379 ext/soap/php_sdl.c zend_hash_destroy(&tmp->functions); functions 55 ext/soap/php_sdl.h HashTable functions; /* array of sdlFunction */ functions 317 ext/soap/soap.c ZEND_ARG_INFO(0, functions) functions 2982 ext/soap/soap.c ZEND_HASH_FOREACH_PTR(&sdl->functions, function) { functions 4518 ext/soap/soap.c if ((tmp = zend_hash_str_find_ptr(&sdl->functions, str, len)) != NULL) { functions 4536 ext/soap/soap.c ZEND_HASH_FOREACH_PTR(&sdl->functions, tmp) { functions 31 ext/spl/spl_functions.c void spl_register_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry * functions) functions 35 ext/spl/spl_functions.c INIT_CLASS_ENTRY_EX(ce, class_name, strlen(class_name), functions); functions 54 ext/spl/spl_functions.h void spl_register_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry *functions); functions 925 ext/standard/info.c const zend_multibyte_functions *functions = zend_multibyte_get_functions(); functions 927 ext/standard/info.c if (functions) { functions 928 ext/standard/info.c spprintf(&descr, 0, "provided by %s", functions->provider_name); functions 57 main/php_ini.c zend_llist functions; functions 233 main/php_ini.c zend_llist_add_element(&extension_lists.functions, &extension_name); functions 397 main/php_ini.c zend_llist_init(&extension_lists.functions, sizeof(char *), (llist_dtor_func_t) free_estring, 1); functions 739 main/php_ini.c zend_llist_apply(&extension_lists.functions, php_load_php_extension_cb); functions 742 main/php_ini.c zend_llist_destroy(&extension_lists.functions); functions 433 sapi/phpdbg/phpdbg_info.c HashTable functions; functions 435 sapi/phpdbg/phpdbg_info.c zend_hash_init(&functions, 8, NULL, NULL, 0); functions 440 sapi/phpdbg/phpdbg_info.c zend_hash_next_index_insert_ptr(&functions, zf); functions 447 sapi/phpdbg/phpdbg_info.c phpdbg_notice("functioninfo", "num=\"%d\"", "User Functions (%d)", zend_hash_num_elements(&functions)); functions 449 sapi/phpdbg/phpdbg_info.c ZEND_HASH_FOREACH_PTR(&functions, zf) { functions 461 sapi/phpdbg/phpdbg_info.c zend_hash_destroy(&functions);