Home
last modified time | relevance | path

Searched refs:stack (Results 126 – 142 of 142) sorted by relevance

123456

/PHP-8.1/ext/gd/libgd/
H A Dgd.c1906 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
1924 struct seg *stack = NULL; in gdImageFill() local
1965 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in gdImageFill()
1966 sp = stack; in gdImageFill()
1972 while (sp>stack) { in gdImageFill()
2004 efree(stack); in gdImageFill()
2016 struct seg *stack; in _gdImageFillTiled() local
2033 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in _gdImageFillTiled()
2034 sp = stack; in _gdImageFillTiled()
2042 while (sp>stack) { in _gdImageFillTiled()
[all …]
/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.c201 while (stack->len > 0) {
202 int var2 = zend_worklist_stack_peek(stack);
206 zend_worklist_stack_pop(stack);
214 zend_worklist_stack_push(stack, var);
222 zend_worklist_stack stack;
253 ZEND_WORKLIST_STACK_FREE_ALLOCA(&stack, stack_use_heap);
426 while (stack->len > 0) { in zend_ssa_check_scc_var()
427 int var2 = zend_worklist_stack_peek(stack); in zend_ssa_check_scc_var()
431 zend_worklist_stack_pop(stack); in zend_ssa_check_scc_var()
438 zend_worklist_stack_push(stack, var); in zend_ssa_check_scc_var()
[all …]
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1444 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato…
1451 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u…
/PHP-8.1/Zend/
H A Dzend_execute.c204 zend_vm_stack stack = EG(vm_stack); in zend_vm_stack_destroy() local
206 while (stack != NULL) { in zend_vm_stack_destroy()
207 zend_vm_stack p = stack->prev; in zend_vm_stack_destroy()
208 efree(stack); in zend_vm_stack_destroy()
209 stack = p; in zend_vm_stack_destroy()
215 zend_vm_stack stack; in zend_vm_stack_extend() local
218 stack = EG(vm_stack); in zend_vm_stack_extend()
219 stack->top = EG(vm_stack_top); in zend_vm_stack_extend()
223 stack); in zend_vm_stack_extend()
224 ptr = stack->top; in zend_vm_stack_extend()
[all …]
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c470 StkId stack; member
1053 L->top=(L->top-oldstack)+L->stack;
1064 TValue*oldstack=L->stack;
1068 L->stack_last=L->stack+newsize;
1883 int s_used=cast_int(max-L->stack);
1902 for(o=l->stack;o<l->top;o++)
2270 L1->top=L1->stack;
2295 L->stack=NULL;
2314 luaF_close(L,L->stack);
2322 luaF_close(L1,L1->stack);
[all …]
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h763 void* stack; member
H A Dpcre2_jit_compile.c179 struct sljit_stack *stack; member
10849 stack = 0; in compile_bracketpos_matchingpath()
10852 stack = 2; in compile_bracketpos_matchingpath()
10864 stack = 3; in compile_bracketpos_matchingpath()
10872 stack = 1; in compile_bracketpos_matchingpath()
10876 stack++; in compile_bracketpos_matchingpath()
10881 stack--; in compile_bracketpos_matchingpath()
10902 stack = 0; in compile_bracketpos_matchingpath()
10906 stack = 1; in compile_bracketpos_matchingpath()
10911 stack++; in compile_bracketpos_matchingpath()
[all …]
/PHP-8.1/docs/
H A Dparameter-parsing-api.md52 reading the arguments from the stack, it receives a single zval to convert
/PHP-8.1/ext/openssl/
H A Dopenssl.c2323 STACK_OF(X509) *stack=NULL, *ret=NULL; in STACK_OF()
2328 if(!(stack = sk_X509_new_null())) { in STACK_OF()
2335 sk_X509_free(stack); in STACK_OF()
2342 sk_X509_free(stack); in STACK_OF()
2350 sk_X509_free(stack); in STACK_OF()
2358 sk_X509_push(stack,xi->x509); in STACK_OF()
2363 if (!sk_X509_num(stack)) { in STACK_OF()
2365 sk_X509_free(stack); in STACK_OF()
2368 ret = stack; in STACK_OF()
/PHP-8.1/
H A Dphp.ini-production299 ; structures. Setting the depth limit too high may result in stack overflows
373 ; Allows to include or exclude arguments from stack traces generated for exceptions.
375 ; of sensitive information in stack traces
381 ; Allows setting the maximum string length in an argument of a stringified stack trace
388 ; of sensitive information in stack traces.
1053 ; the available process stack and eventually crash PHP (due to reaching the
1054 ; stack size limit imposed by the Operating System).
1697 ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
H A Dphp.ini-development299 ; structures. Setting the depth limit too high may result in stack overflows
373 ; Allows to include or exclude arguments from stack traces generated for exceptions.
375 ; of sensitive information in stack traces
381 ; Allows setting the maximum string length in an argument of a stringified stack trace
1051 ; the available process stack and eventually crash PHP (due to reaching the
1052 ; stack size limit imposed by the Operating System).
1695 ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
H A D.gdbinit149 dumps the current execution stack. usage: dump_bt executor_globals.current_execute_data
H A DNEWS815 . Fix assertion on stack allocation size. (nielsdos)
1367 . Fixed result_type related stack corruption on LLP64 architectures. (cmb)
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_internal.h607 zend_jit_trace_stack stack[1]; member
/PHP-8.1/sapi/fpm/
H A Dwww.conf.in362 ; Depth of slow log stack trace.
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic8502 # From: Serge van den Boom <svdb@stack.nl>
14145 # Has a FORTH stack diagram and something that looks very much like a FORTH
14152 # Inline word definition complete with a stack diagram
14409 # byte 7: highest byte of the kernel stack pointer, always 0xfe
15838 # I think the 500 series was the old stack-based machines, running a
21466 >0 string STAK HyperCard stack
35032 >0x1e leshort &0x8 fixed-stack
H A Dmagic私はガラスを食べられます8502 # From: Serge van den Boom <svdb@stack.nl>
14145 # Has a FORTH stack diagram and something that looks very much like a FORTH
14152 # Inline word definition complete with a stack diagram
14409 # byte 7: highest byte of the kernel stack pointer, always 0xfe
15838 # I think the 500 series was the old stack-based machines, running a
21466 >0 string STAK HyperCard stack
35032 >0x1e leshort &0x8 fixed-stack

Completed in 307 milliseconds

123456