Home
last modified time | relevance | path

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

/PHP-5.5/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.c109 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in init_op_array()
407 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in destroy_op_array()
734 …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
326 SOURCE=.\zend_extensions.h
H A DZendTS.dsp184 SOURCE=.\zend_extensions.c
356 SOURCE=.\zend_extensions.h
H A Dzend_execute_API.c161 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_activator TSRMLS_CC); in init_executor()
243 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)
1934 …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.h4817 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_stat…
4827 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal…
4837 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal…
H A Dzend_vm_execute.h843 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_stat… in ZEND_EXT_STMT_SPEC_HANDLER()
853 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal… in ZEND_EXT_FCALL_BEGIN_SPEC_HANDLER()
863 …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.5/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.5/scripts/
H A Dphpize.in63 …ZEND_EXTENSION_API_NO=`grep '#define ZEND_EXTENSION_API_NO' $includedir/Zend/zend_extensions.h|$SE…
/PHP-5.5/win32/build/
H A Dconfig.w32359 zend_stack.c zend_variables.c zend.c zend_API.c zend_extensions.c \
/PHP-5.5/sapi/cli/
H A Dphp_cli.c224 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c261 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c261 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2385 zend_llist_del_element(&zend_extensions, NULL, (int (*)(void *, void *))cb);
/PHP-5.5/
H A Dconfigure.in1485 zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \

Completed in 193 milliseconds