Home
last modified time | relevance | path

Searched refs:zend_ptr_stack (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_ptr_stack.h30 } zend_ptr_stack; typedef
36 ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack);
37 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent);
38 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...);
39 ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...);
40 ZEND_API void zend_ptr_stack_destroy(zend_ptr_stack *stack);
41 ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(void *));
43 ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack);
100 static zend_always_inline void zend_ptr_stack_push(zend_ptr_stack *stack, void *ptr) in zend_ptr_stack_push()
108 static zend_always_inline void *zend_ptr_stack_pop(zend_ptr_stack *stack) in zend_ptr_stack_pop()
[all …]
H A Dzend_ptr_stack.c28 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent) in zend_ptr_stack_init_ex()
35 ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack) in zend_ptr_stack_init()
41 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_push()
59 ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_pop()
76 ZEND_API void zend_ptr_stack_destroy(zend_ptr_stack *stack) in zend_ptr_stack_destroy()
84 ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(void *)) in zend_ptr_stack_apply()
94 ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), zend_bool free_elem… in zend_ptr_stack_clean()
109 ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack) in zend_ptr_stack_num_elements()
H A DZendCore.dep10 ".\zend_ptr_stack.h"\
35 ".\zend_ptr_stack.h"\
68 ".\zend_ptr_stack.h"\
87 ".\zend_ptr_stack.h"\
115 ".\zend_ptr_stack.h"\
134 ".\zend_ptr_stack.h"\
143 .\zend_ptr_stack.c : \
147 ".\zend_ptr_stack.h"\
172 ".\zend_ptr_stack.h"\
205 ".\zend_ptr_stack.h"\
H A Dzend_globals.h225 zend_ptr_stack user_error_handlers;
226 zend_ptr_stack user_exception_handlers;
295 zend_ptr_stack heredoc_label_stack;
H A Dzend_language_scanner.h34 zend_ptr_stack heredoc_label_stack;
H A DMakefile.am13 zend_vm_opcodes.c zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \
H A DZend.dsp230 SOURCE=.\zend_ptr_stack.c
406 SOURCE=.\zend_ptr_stack.h
H A DZendTS.dsp260 SOURCE=.\zend_ptr_stack.c
440 SOURCE=.\zend_ptr_stack.h
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug37947.phpt2 Bug #37947 (zend_ptr_stack reallocation problem)
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h167 zend_ptr_stack free_links;
/PHP-5.5/win32/build/
H A Dconfig.w32358 zend_llist.c zend_vm_opcodes.c zend_opcode.c zend_operators.c zend_ptr_stack.c \
/PHP-5.5/
H A Dconfigure.in1484 zend_vm_opcodes.c zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \
H A DNEWS3244 . zend_stack and zend_ptr_stack allocation is delayed until actual usage.
8458 - Fixed bug #37947 (zend_ptr_stack reallocation problem). (Dmitry)

Completed in 45 milliseconds