Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 97) sorted by last modified time

1234

/PHP-7.4/ext/gd/
H A Dgd.c2040 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2099 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2106 BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY ); in PHP_FUNCTION()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c243 struct backtrack_common *top; member
8902 backtrack->prev = parent->top; \
8904 parent->top = backtrack; \
8915 backtrack->prev = parent->top; \
8917 parent->top = backtrack; \
9672 altbacktrack.top = NULL; in compile_assert_matchingpath()
10852 backtrack->top = NULL; in compile_bracketpos_matchingpath()
12541 COMPILE_BACKTRACKINGPATH(current->top); in compile_bracket_backtrackingpath()
12578 current->top = NULL; in compile_bracket_backtrackingpath()
12862 current->top = NULL; in compile_braminzero_backtrackingpath()
[all …]
H A Dpcre2_compile.c2068 PCRE2_SIZE i, bot, top; in get_ucp() local
2114 top = PRIV(utt_size); in get_ucp()
2116 while (bot < top) in get_ucp()
2119 i = (bot + top) >> 1; in get_ucp()
2127 if (r > 0) bot = i + 1; else top = i; in get_ucp()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re313 if((s->top - s->lim) < BSIZE){
321 s->top = &s->lim[BSIZE];
H A Dparse_date.c315 if((s->top - s->lim) < BSIZE){
323 s->top = &s->lim[BSIZE];
/PHP-7.4/Zend/
H A Dzend_vm_execute.h1884 zval *arg, *top; in ZEND_SEND_UNPACK_SPEC_HANDLER() local
1913 top = ZEND_CALL_ARG(EX(call), arg_num); in ZEND_SEND_UNPACK_SPEC_HANDLER()
1917 ZVAL_REF(top, Z_REF_P(arg)); in ZEND_SEND_UNPACK_SPEC_HANDLER()
1921 ZVAL_REF(top, Z_REF_P(arg)); in ZEND_SEND_UNPACK_SPEC_HANDLER()
1924 ZVAL_NEW_REF(top, arg); in ZEND_SEND_UNPACK_SPEC_HANDLER()
1927 ZVAL_COPY_DEREF(top, arg); in ZEND_SEND_UNPACK_SPEC_HANDLER()
1958 zval *arg, *top; in ZEND_SEND_UNPACK_SPEC_HANDLER() local
2000 top = ZEND_CALL_ARG(EX(call), arg_num); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2001 ZVAL_COPY_VALUE(top, arg); in ZEND_SEND_UNPACK_SPEC_HANDLER()
H A Dzend_vm_def.h4931 zval *arg, *top; variable
4960 top = ZEND_CALL_ARG(EX(call), arg_num); in ZEND_HASH_FOREACH_STR_KEY_VAL()
4964 ZVAL_REF(top, Z_REF_P(arg)); in ZEND_HASH_FOREACH_STR_KEY_VAL()
4968 ZVAL_REF(top, Z_REF_P(arg)); in ZEND_HASH_FOREACH_STR_KEY_VAL()
4971 ZVAL_NEW_REF(top, arg); in ZEND_HASH_FOREACH_STR_KEY_VAL()
4974 ZVAL_COPY_DEREF(top, arg); in ZEND_HASH_FOREACH_STR_KEY_VAL()
5005 zval *arg, *top; variable
5047 top = ZEND_CALL_ARG(EX(call), arg_num);
5048 ZVAL_COPY_VALUE(top, arg);
H A Dzend_execute.c187 page->top = ZEND_VM_STACK_ELEMENTS(page); in zend_vm_stack_new_page()
197 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init()
207 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init_ex()
228 stack->top = EG(vm_stack_top); in zend_vm_stack_extend()
233 ptr = stack->top; in zend_vm_stack_extend()
3781 EG(vm_stack)->prev->top = (zval*)call; in zend_vm_stack_copy_call_frame()
3784 if (UNEXPECTED(EG(vm_stack)->prev->top == ZEND_VM_STACK_ELEMENTS(EG(vm_stack)->prev))) { in zend_vm_stack_copy_call_frame()
H A Dzend_compile.c2059 CG(delayed_oplines_stack).top = offset; in zend_delayed_compile_end()
H A Dzend.c1246 if (CG(stack).top) { \
1248 CG(stack).top = CG(stack).max = 0; \
1251 stack.top = 0; \
1256 if (stack.top) { \
/PHP-7.4/ext/imap/
H A Dphp_imap.c4832 static int build_thread_tree(THREADNODE *top, zval **tree) in build_thread_tree() argument
4839 build_thread_tree_helper(top, *tree, &numNodes, buf); in build_thread_tree()
4853 THREADNODE *top; in PHP_FUNCTION() local
4866 top = mail_thread(imap_le_struct->imap_stream, "REFERENCES", NIL, pgm, flags); in PHP_FUNCTION()
4871 if(top == NIL) { in PHP_FUNCTION()
4877 if(build_thread_tree(top, &return_value) == FAILURE) { in PHP_FUNCTION()
4878 mail_free_threadnode(&top); in PHP_FUNCTION()
4881 mail_free_threadnode(&top); in PHP_FUNCTION()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c402 zend_string *s, *top; in accel_interned_strings_restore_state() local
407 0, (char*)ZCSG(interned_strings).top - (char*)ZCSG(interned_strings).saved_top); in accel_interned_strings_restore_state()
410 ZCSG(interned_strings).top = ZCSG(interned_strings).saved_top; in accel_interned_strings_restore_state()
418 top = ZCSG(interned_strings).top; in accel_interned_strings_restore_state()
420 if (EXPECTED(s < top)) { in accel_interned_strings_restore_state()
427 } while (s < top); in accel_interned_strings_restore_state()
434 ZCSG(interned_strings).saved_top = ZCSG(interned_strings).top; in accel_interned_strings_save_state()
504 …if (UNEXPECTED((char*)ZCSG(interned_strings).end - (char*)ZCSG(interned_strings).top < STRTAB_STR_… in accel_new_interned_string()
512 s = ZCSG(interned_strings).top; in accel_new_interned_string()
521 ZCSG(interned_strings).top = STRTAB_NEXT(s); in accel_new_interned_string()
[all …]
/PHP-7.4/ext/openssl/
H A Dopenssl.c766 errors->top = (errors->top + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors()
767 if (errors->top == errors->bottom) { in php_openssl_store_errors()
770 errors->buffer[errors->top] = error_code; in php_openssl_store_errors()
6007 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c83 zval top; member
1063 #define SET_RESULT_TOP(op) SET_RESULT(op, &ctx->top)
2501 MAKE_TOP(&sccp->top); in sccp_context_init()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c968 original_stack->top = EG(vm_stack_top); in PHPDBG_COMMAND()
1010 EG(vm_stack_top) = original_stack->top; in PHPDBG_COMMAND()
1058 if (i < EG(objects_store).top && *obj && IS_OBJ_VALID(*obj) && (*obj)->ce == zend_ce_generator) { in PHPDBG_COMMAND()
1073 for (i = 0; i < EG(objects_store).top; i++) { in PHPDBG_COMMAND()
H A Dphpdbg_parser.y67 | input T_SEPARATOR command { phpdbg_stack_separate($1.top); $$ = $3; }
72 : parameters { $$.top = PHPDBG_G(parser_stack)->top; }
73 …xpression { phpdbg_stack_push(PHPDBG_G(parser_stack), &$1); $$.top = PHPDBG_G(parser_stack)->top; }
77 …: parameter { phpdbg_stack_push(PHPDBG_G(parser_stack), &$1); $$.top = PHPDBG_G(parser_stack)->top
78 …parameter { phpdbg_stack_push(PHPDBG_G(parser_stack), &$2); $$.top = PHPDBG_G(parser_stack)->top; }
177 const phpdbg_param_t *top = PHPDBG_G(parser_stack);
179 while (top) {
180 phpdbg_param_debug(top, "--> ");
181 top = top->next;
/PHP-7.4/build/
H A Dphp.m4188 dnl interpreted relative to the top build-directory.
/PHP-7.4/
H A Dphp.ini-development359 ; unless "declare(encoding=...)" directive appears at the top of the script.
825 ; (shebang) at the top of the running script. This line might be needed if the
H A Dphp.ini-production359 ; unless "declare(encoding=...)" directive appears at the top of the script.
825 ; (shebang) at the top of the running script. This line might be needed if the
/PHP-7.4/ext/soap/
H A Dsoap.c119 EG(vm_stack)->top = _old_stack_top; \
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c244 stack->top = stack->end; in sljit_allocate_stack()
362 stack->top = stack->end; in sljit_allocate_stack()
H A DsljitLir.h1441 sljit_u8 *top; member
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg.phpt13 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
/PHP-7.4/ext/ldap/tests/
H A Dconnect.inc38 "top",
48 "top",
75 "top",
/PHP-7.4/azure/
H A Dsetup-slapd.sh132 objectClass: top

Completed in 352 milliseconds

1234