Home
last modified time | relevance | path

Searched refs:phpdbg_command_t (Results 1 – 17 of 17) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_cmd.h91 typedef struct _phpdbg_command_t phpdbg_command_t; typedef
99 const phpdbg_command_t *subs; /* Sub Commands */
101 const phpdbg_command_t *parent; /* Parent Command */
136 PHPDBG_API const phpdbg_command_t* phpdbg_stack_resolve(const phpdbg_command_t *commands, const php…
137 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack, char **…
H A Dphpdbg_break.h35 extern const phpdbg_command_t phpdbg_break_commands[];
H A Dphpdbg_print.h38 extern const phpdbg_command_t phpdbg_print_commands[];
H A Dphpdbg_help.h35 extern const phpdbg_command_t phpdbg_help_commands[];
H A Dphpdbg_info.h37 extern const phpdbg_command_t phpdbg_info_commands[];
H A Dphpdbg_set.h40 extern const phpdbg_command_t phpdbg_set_commands[];
H A Dphpdbg_list.h39 extern const phpdbg_command_t phpdbg_list_commands[];
H A Dphpdbg_help.c33 const phpdbg_command_t phpdbg_help_commands[] = {
139 void summary_print(phpdbg_command_t const * const cmd TSRMLS_DC) in summary_print()
175 phpdbg_command_t const **command, /* address of first matching command */ in get_command()
176 phpdbg_command_t const * commands /* command table to be scanned */ in get_command()
179 const phpdbg_command_t *c; in get_command()
208 phpdbg_command_t const *cmd; in PHPDBG_COMMAND()
258 const phpdbg_command_t *c, *c_sub; in PHPDBG_HELP()
H A Dphpdbg_break.c37 const phpdbg_command_t phpdbg_break_commands[] = {
H A Dphpdbg_cmd.c29 static inline const char *phpdbg_command_name(const phpdbg_command_t *command, char *buffer) { in phpdbg_command_name()
467 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack, char **… in phpdbg_stack_verify()
569 PHPDBG_API const phpdbg_command_t* phpdbg_stack_resolve(const phpdbg_command_t *commands, const php… in phpdbg_stack_resolve()
570 const phpdbg_command_t *command = commands; in phpdbg_stack_resolve()
572 const phpdbg_command_t *matched[3] = {NULL, NULL, NULL}; in phpdbg_stack_resolve()
673 const phpdbg_command_t *handler = NULL; in phpdbg_stack_execute()
H A Dphpdbg_prompt.h58 extern const phpdbg_command_t phpdbg_prompt_commands[]; /* }}} */
H A Dphpdbg_watch.h44 static const phpdbg_command_t phpdbg_watch_commands[] = {
H A Dphpdbg_set.c33 const phpdbg_command_t phpdbg_set_commands[] = {
H A Dphpdbg_list.c40 const phpdbg_command_t phpdbg_list_commands[] = {
H A Dphpdbg_print.c32 const phpdbg_command_t phpdbg_print_commands[] = {
H A Dphpdbg_info.c33 const phpdbg_command_t phpdbg_info_commands[] = {
H A Dphpdbg_prompt.c42 const phpdbg_command_t phpdbg_prompt_commands[] = {

Completed in 37 milliseconds