Home
last modified time | relevance | path

Searched refs:stack (Results 76 – 100 of 109) sorted by relevance

12345

/PHP-7.3/sapi/phpdbg/
H A DChangelog.md35 - frame (switch to a frame in the current stack for inspection)
H A Dphpdbg_print.c38 …PHPDBG_PRINT_COMMAND_D(stack, "print out the instructions in the current stack", 's'…
124 PHPDBG_PRINT(stack) /* {{{ */ in PHPDBG_PRINT() argument
H A Dphpdbg.h142 int phpdbg_do_parse(phpdbg_param_t *stack, char *input);
H A Dphpdbg_parser.c1940 int phpdbg_do_parse(phpdbg_param_t *stack, char *input) { in phpdbg_do_parse() argument
1950 phpdbg_init_lexer(stack, input); in phpdbg_do_parse()
H A Dphpdbg_lexer.c33 void phpdbg_init_lexer (phpdbg_param_t *stack, char *input) { in ZEND_EXTERN_MODULE_GLOBALS()
34 PHPDBG_G(parser_stack) = stack; in ZEND_EXTERN_MODULE_GLOBALS()
H A Dxml.md346 - 2: enter stack frame
347 - 3: leave stack frame
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_free_key.phpt16 /* stack up some entropy; performance is not critical,
/PHP-7.3/ext/xsl/tests/
H A Dbug71540.phpt61 Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: 2 objects left on the stack. in %sb…
/PHP-7.3/tests/lang/
H A Dengine_assignExecutionOrder_008.phpt2 Ensure by value assignments leave temporaries on the stack, for all sorts of assignees.
/PHP-7.3/main/
H A Dalloca.c419 long size, pseg, this_segment, stack; in i00afunc() local
/PHP-7.3/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt42 // clear error stack
H A Dimap_fetch_overview_variation2.phpt110 // clear the error stack
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.API380 Returns current used match-stack size.
382 used_num: number of match-stack elements
383 used_bytes: used byte size of match-stack
H A DAPI255 Set a maximum number of match-stack depth.
855 Return the maximum number of stack size.
861 Set the maximum number of stack size.
/PHP-7.3/ext/pcre/tests/
H A Dpreg_match_error4.phpt2 Pattern exhausting PCRE JIT stack
61 "name": "asm89\\/stack-cors",
834 "asm89\\/stack-cors": "0.2.1",
/PHP-7.3/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()
2003 efree(stack); in gdImageFill()
2015 struct seg *stack; in _gdImageFillTiled() local
2032 stack = (struct seg *)safe_emalloc(sizeof(struct seg), ((int)(im->sy*im->sx)/4), 1); in _gdImageFillTiled()
2033 sp = stack; in _gdImageFillTiled()
2041 while (sp>stack) { in _gdImageFillTiled()
[all …]
/PHP-7.3/Zend/
H A Dzend_generators.c63 zval *stack; in zend_generator_freeze_call_stack() local
73 stack = emalloc(used_stack * sizeof(zval)); in zend_generator_freeze_call_stack()
80 new_call = (zend_execute_data*)(stack + used_stack - frame_size); in zend_generator_freeze_call_stack()
92 ZEND_ASSERT(prev_call == (zend_execute_data*)stack); in zend_generator_freeze_call_stack()
H A Dzend_execute.c207 zend_vm_stack stack = EG(vm_stack); in zend_vm_stack_destroy() local
209 while (stack != NULL) { in zend_vm_stack_destroy()
210 zend_vm_stack p = stack->prev; in zend_vm_stack_destroy()
211 efree(stack); in zend_vm_stack_destroy()
212 stack = p; in zend_vm_stack_destroy()
218 zend_vm_stack stack; in zend_vm_stack_extend() local
221 stack = EG(vm_stack); in zend_vm_stack_extend()
222 stack->top = EG(vm_stack_top); in zend_vm_stack_extend()
226 stack); in zend_vm_stack_extend()
227 ptr = stack->top; in zend_vm_stack_extend()
[all …]
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1394 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato…
1401 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u…
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY31 2019/07/29: add STK_PREC_READ_START/END stack type
102 2018/03/30: fix #84: stack-buffer-overflow in mbc_enc_len
146 2017/09/13: remove a stack type STK_POS
258 2016/08/16: reimplement match stack allocation for case too many repeat
652 2006/08/21: [impl] change stack type values
1491 add stack type STK_NULL_CHECK_END.
2018 2003/02/28: [spec] add match stack limit check. (MATCH_STACK_LIMIT_SIZE)
2022 add stack type STK_CALL_FRAME, STK_RETURN, STK_MEM_END.
2066 2003/02/10: [tune] change stack type values.
2068 2003/02/08: [tune] change stack type values.
[all …]
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c80 zend_ssa_check_scc_var(op_array, ssa, var2, index, dfs, root, stack); \
172 …ray, zend_ssa *ssa, int var, int *index, int *dfs, int *root, zend_worklist_stack *stack) /* {{{ */ in zend_ssa_check_scc_var() argument
195 while (stack->len > 0) { in zend_ssa_check_scc_var()
196 int var2 = zend_worklist_stack_peek(stack); in zend_ssa_check_scc_var()
200 zend_worklist_stack_pop(stack); in zend_ssa_check_scc_var()
205 zend_worklist_stack_push(stack, var); in zend_ssa_check_scc_var()
213 zend_worklist_stack stack; in zend_ssa_find_sccs() local
222 ZEND_WORKLIST_STACK_ALLOCA(&stack, ssa->vars_count, stack_use_heap); in zend_ssa_find_sccs()
227 zend_ssa_check_scc_var(op_array, ssa, j, &index, dfs, root, &stack); in zend_ssa_find_sccs()
248 ZEND_WORKLIST_STACK_FREE_ALLOCA(&stack, stack_use_heap); in zend_ssa_find_sccs()
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c178 struct sljit_stack *stack; member
9538 stack = 0; in compile_bracketpos_matchingpath()
9541 stack = 2; in compile_bracketpos_matchingpath()
9553 stack = 3; in compile_bracketpos_matchingpath()
9561 stack = 1; in compile_bracketpos_matchingpath()
9565 stack++; in compile_bracketpos_matchingpath()
9570 stack--; in compile_bracketpos_matchingpath()
9591 stack = 0; in compile_bracketpos_matchingpath()
9595 stack = 1; in compile_bracketpos_matchingpath()
9600 stack++; in compile_bracketpos_matchingpath()
[all …]
H A Dpcre2_intmodedep.h761 void* stack; member
/PHP-7.3/
H A DREADME.PARAMETER_PARSING_API43 reading the arguments from the stack, it receives a single zval to convert
/PHP-7.3/ext/openssl/
H A Dopenssl.c2468 STACK_OF(X509) *stack=NULL, *ret=NULL; in STACK_OF()
2472 if(!(stack = sk_X509_new_null())) { in STACK_OF()
2479 sk_X509_free(stack); in STACK_OF()
2486 sk_X509_free(stack); in STACK_OF()
2494 sk_X509_free(stack); in STACK_OF()
2502 sk_X509_push(stack,xi->x509); in STACK_OF()
2507 if (!sk_X509_num(stack)) { in STACK_OF()
2509 sk_X509_free(stack); in STACK_OF()
2512 ret = stack; in STACK_OF()

Completed in 119 milliseconds

12345