/PHP-5.6/main/ |
H A D | output.c | 173 php_output_handler **handler = NULL; in php_output_deactivate() local 423 php_output_handler *handler; in php_output_start_default() local 438 php_output_handler *handler; in php_output_start_devnull() local 453 php_output_handler *handler; in php_output_start_user() local 472 php_output_handler *handler; in php_output_start_internal() local 489 php_output_handler *handler = NULL; in php_output_handler_create_user() local 529 php_output_handler *handler; in php_output_handler_create_internal() local 879 php_output_handler *handler; in php_output_handler_init() local 1113 php_output_handler *handler = *(php_output_handler **) h; in php_output_stack_apply_op() local 1159 php_output_handler *handler = *(php_output_handler **) h; in php_output_stack_apply_clean() local [all …]
|
/PHP-5.6/sapi/apache_hooks/ |
H A D | sapi_apache.c | 63 int apache_php_module_hook(request_rec *r, php_handler *handler, zval **ret TSRMLS_DC) in apache_php_module_hook()
|
H A D | mod_php5.c | 274 void (*handler)(int); in sapi_apache_read_post() local 932 php_handler *handler; in php_set_server_handler() local 951 php_handler *handler; in php_set_dir_handler() local 1261 static int php_run_hook(php_handler *handler, request_rec *r) in php_run_hook()
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_cmd.h | 98 phpdbg_command_handler_t handler; /* Command handler */ member 157 #define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent) \ argument 160 #define PHPDBG_COMMAND_D_EX(name, tip, alias, handler, children, args) \ argument
|
H A D | phpdbg_cmd.c | 673 const phpdbg_command_t *handler = NULL; in phpdbg_stack_execute() local
|
/PHP-5.6/Zend/ |
H A D | zend_signal.h | 41 void* handler; /* signal handler or context */ member
|
H A D | zend_compile.h | 112 opcode_handler_t handler; member 336 void (*handler)(INTERNAL_FUNCTION_PARAMETERS); member
|
H A D | zend_execute.c | 1798 ZEND_API int zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler) in zend_set_user_opcode_handler()
|
H A D | zend_API.h | 37 void (*handler)(INTERNAL_FUNCTION_PARAMETERS); member
|
/PHP-5.6/ext/opcache/ |
H A D | zend_shared_alloc.h | 89 zend_shared_memory_handlers *handler; member
|
H A D | zend_accelerator_util_funcs.c | 680 #define zend_update_inherited_handler(handler) \ argument
|
/PHP-5.6/ext/dom/ |
H A D | xpath.c | 82 zval handler; in dom_xpath_ext_function_php() local
|
H A D | document.c | 355 xmlCharEncodingHandlerPtr handler; in dom_document_encoding_write() local
|
/PHP-5.6/ext/pdo_mysql/ |
H A D | mysql_driver.c | 485 void (*handler) (int); local
|
/PHP-5.6/ext/mysql/ |
H A D | php_mysql.c | 453 void (*handler) (int); in _close_mysql_link() local 468 void (*handler) (int); in _close_mysql_plink() local 729 void (*handler) (int); local
|
/PHP-5.6/ext/xml/ |
H A D | xml.c | 484 static void xml_set_handler(zval **handler, zval **data) in xml_set_handler() 508 static zval *xml_call_handler(xml_parser *parser, zval *handler, zend_function *function_ptr, int a… in xml_call_handler()
|
/PHP-5.6/ext/dba/ |
H A D | dba.c | 317 static dba_handler handler[] = { variable
|
/PHP-5.6/ext/xsl/ |
H A D | xsltprocessor.c | 190 zval handler; in xsl_ext_function_php() local
|
/PHP-5.6/sapi/apache/ |
H A D | mod_php5.c | 129 void (*handler)(int); in sapi_apache_read_post() local
|
/PHP-5.6/ext/spl/ |
H A D | spl_array.c | 1163 zend_object_get_properties_t handler = Z_OBJ_HANDLER_PP(array, get_properties); in spl_array_set_array() local
|
/PHP-5.6/sapi/litespeed/ |
H A D | lsapilib.c | 200 static void lsapi_signal(int signo, sighandler_t handler) in lsapi_signal()
|
/PHP-5.6/ext/soap/ |
H A D | soap.c | 2325 zend_bool handler = 1; local
|