functions        1945 Zend/zend_API.c 	if (module->functions && zend_register_functions(NULL, module->functions, NULL, module->type TSRMLS_CC)==FAILURE) {
functions        2029 Zend/zend_API.c ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC) /* {{{ */
functions        2031 Zend/zend_API.c 	const zend_function_entry *ptr = functions;
functions        2131 Zend/zend_API.c 				zend_unregister_functions(functions, count, target_function_table TSRMLS_CC);
functions        2212 Zend/zend_API.c 		zend_unregister_functions(functions, count, target_function_table TSRMLS_CC);
functions        2304 Zend/zend_API.c ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC) /* {{{ */
functions        2306 Zend/zend_API.c 	const zend_function_entry *ptr = functions;
functions        2393 Zend/zend_API.c 	if (module->functions) {
functions        2394 Zend/zend_API.c 		zend_unregister_functions(module->functions, -1, NULL TSRMLS_CC);
functions         165 Zend/zend_API.h #define INIT_CLASS_ENTRY(class_container, class_name, functions) \
functions         166 Zend/zend_API.h 	INIT_OVERLOADED_CLASS_ENTRY(class_container, class_name, functions, NULL, NULL, NULL)
functions         168 Zend/zend_API.h #define INIT_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions) \
functions         169 Zend/zend_API.h 	INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions, NULL, NULL, NULL, NULL, NULL)
functions         171 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         180 Zend/zend_API.h 		INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions, handle_fcall, handle_propget, handle_propset, handle_propunset, handle_propisset) \
functions         183 Zend/zend_API.h #define INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions, handle_fcall, handle_propget, handle_propset, handle_propunset, handle_propisset) \
functions         215 Zend/zend_API.h 		class_container.info.internal.builtin_functions = functions;	\
functions         218 Zend/zend_API.h #define INIT_OVERLOADED_CLASS_ENTRY(class_container, class_name, functions, handle_fcall, handle_propget, handle_propset) \
functions         219 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         221 Zend/zend_API.h #define INIT_NS_CLASS_ENTRY(class_container, ns, class_name, functions) \
functions         222 Zend/zend_API.h 	INIT_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions)
functions         223 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         224 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         225 Zend/zend_API.h #define INIT_OVERLOADED_NS_CLASS_ENTRY(class_container, ns, class_name, functions, handle_fcall, handle_propget, handle_propset) \
functions         226 Zend/zend_API.h 	INIT_OVERLOADED_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions, handle_fcall, handle_propget, handle_propset)
functions         268 Zend/zend_API.h ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC);
functions         269 Zend/zend_API.h ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC);
functions        2470 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 TSRMLS_DC)
functions          90 Zend/zend_multibyte.c 	zend_multibyte_encoding_utf32be = functions->encoding_fetcher("UTF-32BE" TSRMLS_CC);
functions          94 Zend/zend_multibyte.c 	zend_multibyte_encoding_utf32le = functions->encoding_fetcher("UTF-32LE" TSRMLS_CC);
functions          98 Zend/zend_multibyte.c 	zend_multibyte_encoding_utf16be = functions->encoding_fetcher("UTF-16BE" TSRMLS_CC);
functions         102 Zend/zend_multibyte.c 	zend_multibyte_encoding_utf16le = functions->encoding_fetcher("UTF-16LE" TSRMLS_CC);
functions         106 Zend/zend_multibyte.c 	zend_multibyte_encoding_utf8 = functions->encoding_fetcher("UTF-8" TSRMLS_CC);
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 TSRMLS_DC);
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         740 ext/soap/php_sdl.c 	zend_hash_init(&ctx.sdl->functions, 0, NULL, delete_function, 0);
functions        1137 ext/soap/php_sdl.c 						if (zend_hash_add(&ctx.sdl->functions, php_strtolower(tmp, len), len+1, &function, sizeof(sdlFunctionPtr), NULL) != SUCCESS) {
functions        1138 ext/soap/php_sdl.c 							zend_hash_next_index_insert(&ctx.sdl->functions, &function, sizeof(sdlFunctionPtr), NULL);
functions        1540 ext/soap/php_sdl.c 	sdlFunctionPtr *functions = NULL;
functions        1696 ext/soap/php_sdl.c 	zend_hash_init(&sdl->functions, num_func, NULL, delete_function, 0);
functions        1698 ext/soap/php_sdl.c 		functions = safe_emalloc(num_func, sizeof(sdlFunctionPtr), 0);
functions        1702 ext/soap/php_sdl.c 			sdl_deserialize_key(&sdl->functions, func, &in);
functions        1759 ext/soap/php_sdl.c 			functions[i] = func;
functions        1772 ext/soap/php_sdl.c 			sdl_deserialize_key(sdl->requests, functions[function_num-1], &in);
functions        1777 ext/soap/php_sdl.c 	if (functions) {
functions        1778 ext/soap/php_sdl.c 		efree(functions);
functions        2293 ext/soap/php_sdl.c 	i = zend_hash_num_elements(&sdl->functions);
functions        2300 ext/soap/php_sdl.c 		zend_hash_internal_pointer_reset(&sdl->functions);
functions        2301 ext/soap/php_sdl.c 		while (zend_hash_get_current_data(&sdl->functions, (void**)&tmp) == SUCCESS) {
functions        2302 ext/soap/php_sdl.c 			sdl_serialize_key(&sdl->functions, out);
functions        2353 ext/soap/php_sdl.c 			zend_hash_move_forward(&sdl->functions);
functions        3102 ext/soap/php_sdl.c 	zend_hash_init(&psdl->functions, zend_hash_num_elements(&sdl->functions), NULL, delete_function_persistent, 1);
functions        3103 ext/soap/php_sdl.c 	if (zend_hash_num_elements(&sdl->functions)) {
functions        3107 ext/soap/php_sdl.c 		zend_hash_internal_pointer_reset(&sdl->functions);
functions        3108 ext/soap/php_sdl.c 		while (zend_hash_get_current_data(&sdl->functions, (void **)&tmp) == SUCCESS) {
functions        3110 ext/soap/php_sdl.c 			if (zend_hash_get_current_key_ex(&sdl->functions, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {
functions        3111 ext/soap/php_sdl.c 				zend_hash_add(&psdl->functions, key, key_len, (void*)&pfunc, sizeof(sdlFunctionPtr), NULL);
functions        3113 ext/soap/php_sdl.c 				zend_hash_next_index_insert(&psdl->functions, (void*)&pfunc, sizeof(sdlFunctionPtr), NULL);
functions        3116 ext/soap/php_sdl.c 			zend_hash_move_forward(&sdl->functions);
functions        3157 ext/soap/php_sdl.c 	zend_hash_destroy(&tmp->functions);
functions        3428 ext/soap/php_sdl.c 	zend_hash_destroy(&tmp->functions);
functions          55 ext/soap/php_sdl.h 	HashTable  functions;        /* array of sdlFunction */
functions         318 ext/soap/soap.c 	ZEND_ARG_INFO(0, functions)
functions        2981 ext/soap/soap.c  		zend_hash_internal_pointer_reset_ex(&sdl->functions, &pos);
functions        2982 ext/soap/soap.c 		while (zend_hash_get_current_data_ex(&sdl->functions, (void **)&function, &pos) != FAILURE) {
functions        2986 ext/soap/soap.c 			zend_hash_move_forward_ex(&sdl->functions, &pos);
functions        4536 ext/soap/soap.c 		if (zend_hash_find(&sdl->functions, str, len+1, (void **)&tmp) != FAILURE) {
functions        4554 ext/soap/soap.c 		zend_hash_internal_pointer_reset(&sdl->functions);
functions        4555 ext/soap/soap.c 		while (zend_hash_get_current_data(&sdl->functions, (void**)&tmp) == SUCCESS) {
functions        4598 ext/soap/soap.c 			zend_hash_move_forward(&sdl->functions);
functions          31 ext/spl/spl_functions.c void spl_register_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry * functions TSRMLS_DC)
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 TSRMLS_DC);
functions         188 ext/standard/dl.c 				zend_function_entry *functions;
functions        1004 ext/standard/info.c 			const zend_multibyte_functions *functions = zend_multibyte_get_functions(TSRMLS_C);
functions        1006 ext/standard/info.c 			if (functions) {
functions        1007 ext/standard/info.c 				spprintf(&descr, 0, "provided by %s", functions->provider_name);
functions          61 main/php_ini.c 	zend_llist functions;
functions         232 main/php_ini.c 					zend_llist_add_element(&extension_lists.functions, &extension_name);
functions         401 main/php_ini.c 	zend_llist_init(&extension_lists.functions, sizeof(char *), (llist_dtor_func_t) free_estring, 1);
functions         745 main/php_ini.c 	zend_llist_apply(&extension_lists.functions, php_load_php_extension_cb TSRMLS_CC);
functions         748 main/php_ini.c 	zend_llist_destroy(&extension_lists.functions);
functions         339 sapi/phpdbg/phpdbg_info.c 	HashTable functions;
functions         341 sapi/phpdbg/phpdbg_info.c 	zend_hash_init(&functions, 8, NULL, NULL, 0);
functions         349 sapi/phpdbg/phpdbg_info.c 				&functions, (void**) &zf, sizeof(zend_function), NULL);
functions         354 sapi/phpdbg/phpdbg_info.c 		zend_hash_num_elements(&functions));
functions         356 sapi/phpdbg/phpdbg_info.c 	for (zend_hash_internal_pointer_reset_ex(&functions, &position);
functions         357 sapi/phpdbg/phpdbg_info.c 		zend_hash_get_current_data_ex(&functions, (void**)&pzf, &position) == SUCCESS;
functions         358 sapi/phpdbg/phpdbg_info.c 		zend_hash_move_forward_ex(&functions, &position)) {
functions         368 sapi/phpdbg/phpdbg_info.c 	zend_hash_destroy(&functions);