zend_ptr_stack 270 Zend/zend_globals.h zend_ptr_stack heredoc_label_stack; zend_ptr_stack 34 Zend/zend_language_scanner.h zend_ptr_stack heredoc_label_stack; zend_ptr_stack 28 Zend/zend_ptr_stack.c ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent) zend_ptr_stack 35 Zend/zend_ptr_stack.c ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack) zend_ptr_stack 41 Zend/zend_ptr_stack.c ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...) zend_ptr_stack 59 Zend/zend_ptr_stack.c ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...) zend_ptr_stack 76 Zend/zend_ptr_stack.c ZEND_API void zend_ptr_stack_destroy(zend_ptr_stack *stack) zend_ptr_stack 84 Zend/zend_ptr_stack.c ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(void *)) zend_ptr_stack 94 Zend/zend_ptr_stack.c ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), zend_bool free_elements) zend_ptr_stack 109 Zend/zend_ptr_stack.c ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack) zend_ptr_stack 36 Zend/zend_ptr_stack.h ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack); zend_ptr_stack 37 Zend/zend_ptr_stack.h ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent); zend_ptr_stack 38 Zend/zend_ptr_stack.h ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...); zend_ptr_stack 39 Zend/zend_ptr_stack.h ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...); zend_ptr_stack 40 Zend/zend_ptr_stack.h ZEND_API void zend_ptr_stack_destroy(zend_ptr_stack *stack); zend_ptr_stack 41 Zend/zend_ptr_stack.h ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(void *)); zend_ptr_stack 42 Zend/zend_ptr_stack.h ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), zend_bool free_elements); zend_ptr_stack 43 Zend/zend_ptr_stack.h ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack); zend_ptr_stack 58 Zend/zend_ptr_stack.h static zend_always_inline void zend_ptr_stack_3_push(zend_ptr_stack *stack, void *a, void *b, void *c) zend_ptr_stack 72 Zend/zend_ptr_stack.h static zend_always_inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) zend_ptr_stack 85 Zend/zend_ptr_stack.h static zend_always_inline void zend_ptr_stack_3_pop(zend_ptr_stack *stack, void **a, void **b, void **c) zend_ptr_stack 93 Zend/zend_ptr_stack.h static zend_always_inline void zend_ptr_stack_2_pop(zend_ptr_stack *stack, void **a, void **b) zend_ptr_stack 100 Zend/zend_ptr_stack.h static zend_always_inline void zend_ptr_stack_push(zend_ptr_stack *stack, void *ptr) zend_ptr_stack 108 Zend/zend_ptr_stack.h static zend_always_inline void *zend_ptr_stack_pop(zend_ptr_stack *stack) zend_ptr_stack 114 Zend/zend_ptr_stack.h static zend_always_inline void *zend_ptr_stack_top(zend_ptr_stack *stack) zend_ptr_stack 172 ext/mysqli/php_mysqli_structs.h zend_ptr_stack free_links;