/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 471 const phpdbg_param_t *top = (stack != NULL) ? *stack : NULL; in phpdbg_stack_verify() local 572 …k_resolve(const phpdbg_command_t *commands, const phpdbg_command_t *parent, phpdbg_param_t **top) { in phpdbg_stack_resolve() 666 phpdbg_param_t *top = (phpdbg_param_t *) stack->next; in phpdbg_internal_stack_execute() local 718 phpdbg_param_t *top = stack; in phpdbg_stack_execute() local
|
H A D | phpdbg_cmd.h | 69 phpdbg_param_t *top; member
|
H A D | phpdbg_parser.c | 1930 const phpdbg_param_t *top = PHPDBG_G(parser_stack); in yyerror() local
|
/PHP-7.3/Zend/ |
H A D | zend_stack.h | 24 int size, top, max; member
|
H A D | zend_objects_API.h | 47 uint32_t top; member
|
H A D | zend_ptr_stack.h | 24 int top, max; member
|
H A D | zend_execute.h | 144 zval *top; member
|
H A D | zend_gc.c | 284 static zend_always_inline void gc_stack_push(gc_stack **stack, size_t *top, zend_refcounted *ref) in gc_stack_push() 293 static zend_always_inline zend_refcounted* gc_stack_pop(gc_stack **stack, size_t *top) in gc_stack_pop()
|
H A D | zend_vm_def.h | 4463 zval *arg, *top; variable 4537 zval *arg, *top; variable
|
/PHP-7.3/ext/openssl/ |
H A D | php_openssl.h | 71 int top; member
|
/PHP-7.3/main/ |
H A D | mergesort.c | 246 #define reverse(bot, top) { \ argument
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_substring.c | 484 uint16_t top = code->name_count; in pcre2_substring_nametable_scan() local
|
H A D | pcre2_compile.c | 1942 PCRE2_SIZE i, bot, top; in get_ucp() local
|
H A D | pcre2_jit_compile.c | 242 struct backtrack_common *top; member
|
/PHP-7.3/ext/spl/ |
H A D | spl_heap.c | 693 SPL_METHOD(SplPriorityQueue, top) in SPL_METHOD() argument 813 SPL_METHOD(SplHeap, top) in SPL_METHOD() argument
|
H A D | spl_dllist.c | 639 SPL_METHOD(SplDoublyLinkedList, top) in SPL_METHOD() argument
|
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_gif_in.c | 191 int top, left; in gdImageCreateFromGifCtx() local
|
/PHP-7.3/ext/opcache/ |
H A D | ZendAccelerator.h | 234 zend_string *top; member
|
H A D | ZendAccelerator.c | 386 zend_string *s, *top; in accel_interned_strings_restore_state() local
|
/PHP-7.3/ext/wddx/ |
H A D | wddx.c | 94 int top, max; member
|
/PHP-7.3/ext/opcache/Optimizer/ |
H A D | sccp.c | 83 zval top; member
|
/PHP-7.3/ext/imap/ |
H A D | php_imap.c | 4813 static int build_thread_tree(THREADNODE *top, zval **tree) in build_thread_tree() 4834 THREADNODE *top; in PHP_FUNCTION() local
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regparse.c | 7195 Node* top = absent; in parse_bag() local 8311 parse_branch(Node** top, PToken* tok, int term, UChar** src, UChar* end, in parse_branch() 8362 parse_alts(Node** top, PToken* tok, int term, UChar** src, UChar* end, in parse_alts() 8423 parse_regexp(Node** top, UChar** src, UChar* end, ScanEnv* env) in parse_regexp()
|
H A D | regexec.c | 2315 StackType* top, StackType* stk_base, in backref_match_at_nested_level() 2373 StackType* top, StackType* stk_base, in backref_check_at_nested_level()
|
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 1381 sljit_u8 *top; member
|