Searched refs:zend_extensions (Results 1 – 18 of 18) sorted by relevance
/PHP-5.3/Zend/ |
H A D | zend_extensions.c | 24 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 D | zend_extensions.h | 111 ZEND_API extern zend_llist zend_extensions;
|
H A D | Makefile.am | 14 zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \
|
H A D | zend_opcode.c | 108 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in init_op_array() 280 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in destroy_op_array() 376 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in pass_two()
|
H A D | Zend.dsp | 154 SOURCE=.\zend_extensions.c 314 SOURCE=.\zend_extensions.h
|
H A D | ZendTS.dsp | 184 SOURCE=.\zend_extensions.c 344 SOURCE=.\zend_extensions.h
|
H A D | zend_execute_API.c | 174 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_activator TSRMLS_CC); in init_executor() 255 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_deactivator TSRMLS_CC); in shutdown_executor()
|
H A D | zend_builtin_functions.c | 206 ZEND_ARG_INFO(0, zend_extensions) 1825 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) add_zendext_info, r… in ZEND_FUNCTION()
|
H A D | zend_vm_def.h | 4185 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_stat… 4193 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal… 4201 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal…
|
H A D | zend_vm_execute.h | 539 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_stat… in ZEND_EXT_STMT_SPEC_HANDLER() 547 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal… in ZEND_EXT_FCALL_BEGIN_SPEC_HANDLER() 555 …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.3/ext/standard/tests/general_functions/ |
H A D | get_loaded_extensions_basic.phpt | 5 /* Prototype : array get_loaded_extensions ([ bool $zend_extensions= false ] )
|
H A D | get_loaded_extensions_error.phpt | 5 /* Prototype : array get_loaded_extensions ([ bool $zend_extensions= false ] )
|
/PHP-5.3/scripts/ |
H A D | phpize.in | 62 …ZEND_EXTENSION_API_NO=`grep '#define ZEND_EXTENSION_API_NO' $includedir/Zend/zend_extensions.h|$SE…
|
/PHP-5.3/win32/build/ |
H A D | config.w32 | 325 zend_stack.c zend_variables.c zend.c zend_API.c zend_extensions.c \
|
/PHP-5.3/sapi/cli/ |
H A D | php_cli.c | 220 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_main.c | 261 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
|
/PHP-5.3/sapi/cgi/ |
H A D | cgi_main.c | 260 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
|
/PHP-5.3/ |
H A D | configure.in | 1433 zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \
|
Completed in 138 milliseconds