Home
last modified time | relevance | path

Searched refs:addr (Results 76 – 100 of 104) sorted by relevance

12345

/PHP-8.2/ext/zend_test/
H A Dtest.stub.php193 function zend_test_is_zend_ptr(int $addr): bool {} argument
H A Dtest.c633 zend_long addr; in ZEND_FUNCTION() local
636 Z_PARAM_LONG(addr); in ZEND_FUNCTION()
639 RETURN_BOOL(is_zend_ptr((void*)addr)); in ZEND_FUNCTION()
H A Dtest_arginfo.h126 ZEND_ARG_TYPE_INFO(0, addr, IS_LONG, 0)
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c491 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr() argument
493 sljit_ins *inst = (sljit_ins*)addr; in sljit_set_jump_addr()
506 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
508 sljit_set_jump_addr(addr, (sljit_uw)new_constant, executable_offset); in sljit_set_const()
H A DsljitLir.c650 if (jump && jump->addr < result) in compute_next_addr()
651 result = jump->addr; in compute_next_addr()
653 if (const_ && const_->addr < result) in compute_next_addr()
654 result = const_->addr; in compute_next_addr()
656 if (put_label && put_label->addr < result) in compute_next_addr()
657 result = put_label->addr; in compute_next_addr()
725 const_->addr = compiler->size; in set_const()
737 put_label->addr = compiler->size - offset; in set_put_label()
2747 SLJIT_UNUSED_ARG(addr); in sljit_set_jump_addr()
2753 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
[all …]
H A DsljitNativeMIPS_32.c424 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr() argument
426 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr()
438 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
440 sljit_set_jump_addr(addr, (sljit_uw)new_constant, executable_offset); in sljit_set_const()
598 jump->addr = compiler->size; in sljit_emit_call()
H A DsljitNativeMIPS_64.c546 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr() argument
548 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr()
561 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
563 sljit_set_jump_addr(addr, (sljit_uw)new_constant, executable_offset); in sljit_set_const()
668 jump->addr = compiler->size; in sljit_emit_call()
H A DsljitNativeX86_32.c225 jump->addr++; in generate_far_jump_code()
229 jump->addr++; in generate_far_jump_code()
234 jump->addr += 2; in generate_far_jump_code()
240 …sljit_unaligned_store_sw(code_ptr, (sljit_sw)(jump->u.target - (jump->addr + 4) - (sljit_uw)execut… in generate_far_jump_code()
/PHP-8.2/ext/opcache/jit/libudis86/
H A Dtypes.h204 const char* (*sym_resolver)(struct ud*, uint64_t addr, int64_t *offset);
H A Dudis86.c308 uint64_t addr, in ud_set_sym_resolver() argument
/PHP-8.2/win32/
H A Dsendmail.c801 IN_ADDR addr; in MailConnect() local
832 if (inet_pton(AF_INET, ent->h_name, &addr) == 1 || inet_pton(AF_INET6, ent->h_name, &addr6) == 1) in MailConnect()
834 if (inet_pton(AF_INET, ent->h_name, &addr) == 1) in MailConnect()
/PHP-8.2/ext/ffi/
H A Dffi.c148 void *addr; member
2961 void *addr; in ZEND_METHOD() local
3011 if (!addr) { in ZEND_METHOD()
3015 sym->addr = addr; in ZEND_METHOD()
3021 if (!addr) { in ZEND_METHOD()
3025 sym->addr = addr; in ZEND_METHOD()
3236 void *addr; in zend_ffi_load() local
3334 if (!addr) { in zend_ffi_load()
3345 sym->addr = addr; in zend_ffi_load()
3351 if (!addr) { in zend_ffi_load()
[all …]
H A Dffi_arginfo.h134 ZEND_METHOD(FFI, addr);
170 ZEND_ME(FFI, addr, arginfo_class_FFI_addr, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/PHP-8.2/ext/sockets/
H A Dconversions.c563 const struct in_addr *addr = (const struct in_addr *)data; in to_zval_read_sin_addr() local
570 if (inet_ntop(AF_INET, addr, Z_STRVAL_P(zv), size) == NULL) { in to_zval_read_sin_addr()
613 const struct in6_addr *addr = (const struct in6_addr *)data; in to_zval_read_sin6_addr() local
621 if (inet_ntop(AF_INET6, addr, Z_STRVAL_P(zv), size) == NULL) { in to_zval_read_sin6_addr()
/PHP-8.2/ext/standard/
H A Dbasic_functions.c609 char *addr; in PHP_FUNCTION() local
618 Z_PARAM_STRING(addr, addr_len) in PHP_FUNCTION()
622 if (addr_len == 0 || inet_pton(AF_INET, addr, &ip) != 1) { in PHP_FUNCTION()
627 if (addr_len == 0 || (ip = inet_addr(addr)) == INADDR_NONE) { in PHP_FUNCTION()
632 !memcmp(addr, "255.255.255.255", sizeof("255.255.255.255") - 1) in PHP_FUNCTION()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_gdb.c243 sect->addr = ctx->mcaddr; in zend_gdbjit_secthdr()
H A Dzend_jit_trace.c154 static uint32_t zend_jit_trace_find_exit_point(const void* addr) in zend_jit_trace_find_exit_point() argument
160 if ((const char*)addr >= (const char*)zend_jit_exit_groups[i] in zend_jit_trace_find_exit_point()
161 && (const char*)addr < (const char*)zend_jit_exit_groups[i] + in zend_jit_trace_find_exit_point()
164 ((const char*)addr - (const char*)zend_jit_exit_groups[i]) / ZEND_JIT_EXIT_POINTS_SPACING; in zend_jit_trace_find_exit_point()
257 static uint32_t zend_jit_find_trace(const void *addr) in zend_jit_find_trace() argument
262 if (zend_jit_traces[i].code_start == addr) { in zend_jit_find_trace()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_bp.c208 *str, conditional->param.addr, conditional->code); in phpdbg_export_breakpoints_to_string()
1085 return ((zend_ulong)(phpdbg_opline_ptr_t)execute_data->opline == param->addr); in phpdbg_find_breakpoint_param()
1637 brake->id, brake->param.addr, brake->code, in phpdbg_print_breakpoints()
H A Dphpdbg_prompt.c1150 phpdbg_set_breakpoint_opline(param->addr); in PHPDBG_COMMAND()
/PHP-8.2/Zend/
H A Dzend_alloc.h41 void *addr; member
/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua2247 local addr = params[2]
2248 if addr then
2249 local a = parseoperand(addr)
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c3082 void *addr = mmap(NULL, s, PROT_READ | PROT_WRITE, MAP_SHARED | MAP_ANON, -1, 0); in accel_move_code_to_huge_pages()
3083 if (addr != MAP_FAILED) { in accel_move_code_to_huge_pages()
3084 if (sysctl(mib, 4, addr, &s, NULL, 0) == 0) { in accel_move_code_to_huge_pages()
3085 uintptr_t start = (uintptr_t)addr; in accel_move_code_to_huge_pages()
3108 munmap(addr, s); in accel_move_code_to_huge_pages()
/PHP-8.2/sapi/fpm/
H A Dwww.conf.in35 ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
268 ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
/PHP-8.2/ext/exif/
H A Dexif.c1399 static char* exif_char_dump(char * addr, int len, int offset) in exif_char_dump() argument
1412 c = *((unsigned char *)addr++); in exif_char_dump()
/PHP-8.2/main/
H A Dmain.c1657 …_ADDR_FMT " (%zu bytes), script=%s\n", t->filename, t->lineno, (size_t)t->addr, t->size, SAFE_FILE… in php_message_handler_for_zend()

Completed in 192 milliseconds

12345