Searched refs:zend_ptr_stack (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_ptr_stack.h | 28 } zend_ptr_stack; typedef 34 ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack); 35 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, bool persistent); 36 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...); 37 ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...); 38 ZEND_API void zend_ptr_stack_destroy(zend_ptr_stack *stack); 39 ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(void *)); 42 ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack); 99 static zend_always_inline void zend_ptr_stack_push(zend_ptr_stack *stack, void *ptr) in zend_ptr_stack_push() 107 static zend_always_inline void *zend_ptr_stack_pop(zend_ptr_stack *stack) in zend_ptr_stack_pop() [all …]
|
H A D | zend_ptr_stack.c | 24 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, bool persistent) in zend_ptr_stack_init_ex() 31 ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack) in zend_ptr_stack_init() 37 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_push() 55 ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_pop() 72 ZEND_API void zend_ptr_stack_destroy(zend_ptr_stack *stack) in zend_ptr_stack_destroy() 80 ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(void *)) in zend_ptr_stack_apply() 89 ZEND_API void zend_ptr_stack_reverse_apply(zend_ptr_stack *stack, void (*func)(void *)) in zend_ptr_stack_reverse_apply() 99 ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), bool free_elements) in zend_ptr_stack_clean() 114 ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack) in zend_ptr_stack_num_elements()
|
H A D | zend_language_scanner.h | 32 zend_ptr_stack heredoc_label_stack;
|
H A D | zend_globals.h | 353 zend_ptr_stack heredoc_label_stack;
|
/PHP-8.3/ext/standard/tests/serialize/ |
H A D | bug37947.phpt | 2 Bug #37947 (zend_ptr_stack reallocation problem)
|
/PHP-8.3/ext/mysqli/ |
H A D | php_mysqli_structs.h | 107 zend_ptr_stack free_links;
|
/PHP-8.3/win32/build/ |
H A D | config.w32 | 234 zend_llist.c zend_vm_opcodes.c zend_opcode.c zend_operators.c zend_ptr_stack.c \
|
/PHP-8.3/ |
H A D | configure.ac | 1750 zend_vm_opcodes.c zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \
|
Completed in 29 milliseconds