Home
last modified time | relevance | path

Searched refs:zend_extensions (Results 1 – 18 of 18) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_extensions.c24 ZEND_API zend_llist zend_extensions; variable
132 zend_llist_add_element(&zend_extensions, &extension); in zend_register_extension()
167 …zend_llist_init(&zend_extensions, sizeof(zend_extension), (void (*)(void *)) zend_extension_dtor, … in zend_startup_extensions_mechanism()
175 zend_llist_apply_with_del(&zend_extensions, (int (*)(void *)) zend_extension_startup); in zend_startup_extensions()
182 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_shutdown TSRMLS_CC); in zend_shutdown_extensions()
183 zend_llist_destroy(&zend_extensions); in zend_shutdown_extensions()
215 …zend_llist_apply_with_arguments(&zend_extensions, (llist_apply_with_args_func_t) zend_extension_me… in zend_extension_dispatch_message()
234 for (element = zend_extensions.head; element; element = element->next) { in zend_get_extension()
H A Dzend_extensions.h111 ZEND_API extern zend_llist zend_extensions;
H A DMakefile.am14 zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \
H A Dzend_opcode.c105 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in init_op_array()
398 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in destroy_op_array()
494 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in pass_two()
H A DZend.dsp154 SOURCE=.\zend_extensions.c
322 SOURCE=.\zend_extensions.h
H A DZendTS.dsp184 SOURCE=.\zend_extensions.c
352 SOURCE=.\zend_extensions.h
H A Dzend_execute_API.c164 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_activator TSRMLS_CC); in init_executor()
246 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_deactivator TSRMLS_CC); in shutdown_executor()
H A Dzend_builtin_functions.c222 ZEND_ARG_INFO(0, zend_extensions)
1949 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) add_zendext_info, r… in ZEND_FUNCTION()
H A Dzend_vm_def.h4811 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_stat…
4821 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal…
4831 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal…
H A Dzend_vm_execute.h899 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_stat… in ZEND_EXT_STMT_SPEC_HANDLER()
909 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal… in ZEND_EXT_FCALL_BEGIN_SPEC_HANDLER()
919 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal… in ZEND_EXT_FCALL_END_SPEC_HANDLER()
/PHP-5.4/ext/standard/tests/general_functions/
H A Dget_loaded_extensions_basic.phpt5 /* Prototype : array get_loaded_extensions ([ bool $zend_extensions= false ] )
H A Dget_loaded_extensions_error.phpt5 /* Prototype : array get_loaded_extensions ([ bool $zend_extensions= false ] )
/PHP-5.4/scripts/
H A Dphpize.in63 …ZEND_EXTENSION_API_NO=`grep '#define ZEND_EXTENSION_API_NO' $includedir/Zend/zend_extensions.h|$SE…
/PHP-5.4/win32/build/
H A Dconfig.w32356 zend_stack.c zend_variables.c zend.c zend_API.c zend_extensions.c \
/PHP-5.4/sapi/cli/
H A Dphp_cli.c221 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c261 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c261 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
/PHP-5.4/
H A Dconfigure.in1471 zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \

Completed in 133 milliseconds