Home
last modified time | relevance | path

Searched refs:llist_apply_func_t (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_llist.h35 typedef void (*llist_apply_func_t)(void * TSRMLS_DC); typedef
58 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func TSRMLS_DC);
H A Dzend_extensions.c182 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_shutdown TSRMLS_CC); in zend_shutdown_extensions()
H A Dzend_llist.c186 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func TSRMLS_DC) in zend_llist_apply()
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()
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c526 zend_llist_apply(&sapi_headers->headers, (llist_apply_func_t) php_nsapi_remove_header TSRMLS_CC); in sapi_nsapi_header_handler()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c227 zend_llist_apply(&sorted_exts, (llist_apply_func_t) print_extension_info TSRMLS_CC); in print_extensions()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c5061 zend_llist_apply(BG(user_tick_functions), (llist_apply_func_t) user_tick_function_call TSRMLS_CC);

Completed in 26 milliseconds