Searched refs:allow_async_unsafe (Results 1 – 4 of 4) sorted by relevance
26 int phpdbg_interactive(bool allow_async_unsafe, char *input);
667 static int phpdbg_internal_stack_execute(phpdbg_param_t *stack, bool allow_async_unsafe) { in phpdbg_internal_stack_execute() argument678 if (!allow_async_unsafe) { in phpdbg_internal_stack_execute()686 if (!allow_async_unsafe) { in phpdbg_internal_stack_execute()698 if (!allow_async_unsafe && !(handler->flags & PHPDBG_ASYNC_SAFE)) { in phpdbg_internal_stack_execute()720 PHPDBG_API int phpdbg_stack_execute(phpdbg_param_t *stack, bool allow_async_unsafe) { in phpdbg_stack_execute() argument736 if ((result = phpdbg_internal_stack_execute(top, allow_async_unsafe)) != SUCCESS) { in phpdbg_stack_execute()
139 PHPDBG_API int phpdbg_stack_execute(phpdbg_param_t *stack, bool allow_async_unsafe);
1522 int phpdbg_interactive(bool allow_async_unsafe, char *input) /* {{{ */ in phpdbg_interactive() argument1545 ret = phpdbg_stack_execute(&stack, allow_async_unsafe); in phpdbg_interactive()1556 if (!allow_async_unsafe || phpdbg_call_register(&stack) == FAILURE) { in phpdbg_interactive()1614 #define DO_INTERACTIVE(allow_async_unsafe) do { \ argument1624 switch (phpdbg_interactive(allow_async_unsafe, NULL)) { \1640 phpdbg_interactive(allow_async_unsafe, NULL); \
Completed in 13 milliseconds