Home
last modified time | relevance | path

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

/PHP-5.3/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);
71 static inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) in zend_ptr_stack_2_push()
99 static inline void zend_ptr_stack_push(zend_ptr_stack *stack, void *ptr) in zend_ptr_stack_push()
[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()
36 ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack) in zend_ptr_stack_init()
42 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_push()
60 ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_pop()
77 ZEND_API void zend_ptr_stack_destroy(zend_ptr_stack *stack) in zend_ptr_stack_destroy()
85 ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(void *)) in zend_ptr_stack_apply()
95 ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), zend_bool free_elem… in zend_ptr_stack_clean()
110 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.h173 zend_ptr_stack arg_types_stack;
230 zend_ptr_stack user_error_handlers;
231 zend_ptr_stack user_exception_handlers;
H A DMakefile.am13 zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \
H A Dzend_execute.h334 static inline void zend_arg_types_stack_2_pop(zend_ptr_stack *stack, zval **object, zend_function *… in zend_arg_types_stack_2_pop()
344 static inline void zend_arg_types_stack_3_pop(zend_ptr_stack *stack, zend_class_entry **called_scop… in zend_arg_types_stack_3_pop()
H A DZend.dsp226 SOURCE=.\zend_ptr_stack.c
398 SOURCE=.\zend_ptr_stack.h
H A DZendTS.dsp256 SOURCE=.\zend_ptr_stack.c
432 SOURCE=.\zend_ptr_stack.h
/PHP-5.3/ext/standard/tests/serialize/
H A Dbug37947.phpt2 Bug #37947 (zend_ptr_stack reallocation problem)
/PHP-5.3/ext/mysqli/
H A Dphp_mysqli_structs.h173 zend_ptr_stack free_links;
/PHP-5.3/win32/build/
H A Dconfig.w32324 zend_llist.c zend_opcode.c zend_operators.c zend_ptr_stack.c \
/PHP-5.3/
H A Dconfigure.in1432 zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \
H A DNEWS5408 - Fixed bug #37947 (zend_ptr_stack reallocation problem). (Dmitry)

Completed in 39 milliseconds