Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 20 of 20) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_stack.c25 #define ZEND_STACK_ELEMENT(stack, n) ((void *)((char *) (stack)->elements + (stack)->size * (n))) argument
27 ZEND_API int zend_stack_init(zend_stack *stack, int size) in zend_stack_init()
36 ZEND_API int zend_stack_push(zend_stack *stack, const void *element) in zend_stack_push()
48 ZEND_API void *zend_stack_top(const zend_stack *stack) in zend_stack_top()
58 ZEND_API int zend_stack_del_top(zend_stack *stack) in zend_stack_del_top()
65 ZEND_API int zend_stack_int_top(const zend_stack *stack) in zend_stack_int_top()
76 ZEND_API int zend_stack_is_empty(const zend_stack *stack) in zend_stack_is_empty()
82 ZEND_API int zend_stack_destroy(zend_stack *stack) in zend_stack_destroy()
93 ZEND_API void *zend_stack_base(const zend_stack *stack) in zend_stack_base()
99 ZEND_API int zend_stack_count(const zend_stack *stack) in zend_stack_count()
[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 Dzend_ptr_stack.h46 #define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count) \ in END_EXTERN_C() argument
72 static zend_always_inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) in zend_ptr_stack_2_push()
85 static zend_always_inline void zend_ptr_stack_3_pop(zend_ptr_stack *stack, void **a, void **b, void… in zend_ptr_stack_3_pop()
93 static zend_always_inline void zend_ptr_stack_2_pop(zend_ptr_stack *stack, void **a, void **b) in zend_ptr_stack_2_pop()
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()
114 static zend_always_inline void *zend_ptr_stack_top(zend_ptr_stack *stack) in zend_ptr_stack_top()
H A Dzend_execute.h152 #define ZEND_VM_STACK_ELEMETS(stack) \ argument
163 # define ZEND_ASSERT_VM_STACK(stack) ZEND_ASSERT(stack->top > (zval *) stack && stack->end > (zval … argument
166 # define ZEND_ASSERT_VM_STACK(stack) argument
H A Dzend_generators.h66 zend_vm_stack stack; member
H A Dzend.c1032 #define SAVE_STACK(stack) do { \ argument
1042 #define RESTORE_STACK(stack) do { \ argument
H A Dzend_execute.c170 zend_vm_stack stack = EG(vm_stack); in zend_vm_stack_destroy() local
181 zend_vm_stack stack; in zend_vm_stack_extend() local
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_cmd.c375 PHPDBG_API void phpdbg_stack_free(phpdbg_param_t *stack) { in phpdbg_stack_free()
434 PHPDBG_API void phpdbg_stack_push(phpdbg_param_t *stack, phpdbg_param_t *param) { in phpdbg_stack_push()
460 phpdbg_param_t *stack = calloc(1, sizeof(phpdbg_param_t)); in phpdbg_stack_separate() local
468 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack) { in phpdbg_stack_verify()
664 static int phpdbg_internal_stack_execute(phpdbg_param_t *stack, zend_bool allow_async_unsafe) { in phpdbg_internal_stack_execute()
717 PHPDBG_API int phpdbg_stack_execute(phpdbg_param_t *stack, zend_bool allow_async_unsafe) { in phpdbg_stack_execute()
H A Dphpdbg_parser.y192 int phpdbg_do_parse(phpdbg_param_t *stack, char *input) { in phpdbg_do_parse()
H A Dphpdbg_prompt.c103 static inline int phpdbg_call_register(phpdbg_param_t *stack) /* {{{ */ in phpdbg_call_register()
268 phpdbg_param_t stack; in phpdbg_line_init() local
1558 phpdbg_param_t stack; in phpdbg_interactive() local
H A Dphpdbg_print.c124 PHPDBG_PRINT(stack) /* {{{ */ in PHPDBG_PRINT() argument
H A Dphpdbg_parser.c1942 int phpdbg_do_parse(phpdbg_param_t *stack, char *input) { in phpdbg_do_parse()
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitUtils.c205 struct sljit_stack *stack; in sljit_allocate_stack() local
279 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_free_stack(struct sljit_stack* stack, void *allocato… in sljit_free_stack()
290 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack* stack, sljit_uw… in sljit_stack_resize()
/PHP-7.0/ext/wddx/
H A Dwddx.c173 static int wddx_stack_init(wddx_stack *stack) in wddx_stack_init()
187 static int wddx_stack_push(wddx_stack *stack, void *element, int size) in wddx_stack_push()
201 static int wddx_stack_top(wddx_stack *stack, void **element) in wddx_stack_top()
215 static int wddx_stack_is_empty(wddx_stack *stack) in wddx_stack_is_empty()
227 static int wddx_stack_destroy(wddx_stack *stack) in wddx_stack_destroy()
726 wddx_stack *stack = (wddx_stack *)user_data; in php_wddx_push_element() local
882 wddx_stack *stack = (wddx_stack *)user_data; in php_wddx_pop_element() local
1030 wddx_stack *stack = (wddx_stack *)user_data; in php_wddx_process_data() local
1100 wddx_stack stack; in php_wddx_deserialize_ex() local
/PHP-7.0/main/
H A Dalloca.c421 long size, pseg, this_segment, stack; in i00afunc() local
/PHP-7.0/ext/gd/libgd/
H A Dgd_gif_in.c89 int stack[STACK_SIZE], *sp; member
H A Dgd.c1863 struct seg *stack = NULL; in gdImageFill() local
1954 struct seg *stack; in _gdImageFillTiled() local
/PHP-7.0/ext/standard/
H A Darray.c2495 *stack, /* Input array */ local
2525 zval *stack, /* Input stack */ local
2580 zval *stack, /* Input stack */ local
2693 *stack; /* Input stack */ local
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c162 struct sljit_stack *stack; member
7535 int stack; /* Also contains the offset of control head. */ in compile_bracketpos_matchingpath() local
10487 int *offsets, int offset_count, pcre_jit_stack *stack) in pcre_jit_exec()
10619 pcre_jit_stack_free(pcre_jit_stack *stack) in pcre_jit_stack_free()
10690 pcre_jit_stack_free(pcre_jit_stack *stack) in pcre_jit_stack_free()
/PHP-7.0/ext/mbstring/
H A Dmbstring.c3693 zval *args, *stack, *var, *hash_entry, *hash_entry_ptr, *zfrom_enc; in PHP_FUNCTION() local

Completed in 130 milliseconds