Home
last modified time | relevance | path

Searched defs:offset (Results 151 – 175 of 197) sorted by relevance

12345678

/php-src/ext/standard/
H A Dfile.c396 zend_long offset = 0; in PHP_FUNCTION() local
1104 zend_long offset, whence = SEEK_SET; in PHP_FUNCTION() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c361 match_ref(PCRE2_SIZE offset, BOOL caseless, heapframe *F, match_block *mb, in match_ref()
612 PCRE2_SIZE offset; /* Used for group offsets */ in match() local
H A Dpcre2_dfa_match.c298 int offset; /* Offset to opcode (-ve has meaning) */ member
/php-src/ext/phar/
H A Dphar.c739 zend_long offset; in phar_parse_pharfile() local
2546 zend_long offset; in phar_flush() local
H A Dutil.c116 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f… in phar_seek_efp()
/php-src/ext/dom/lexbor/lexbor/css/
H A Dparser.h163 uintptr_t offset; member
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtoken.h193 uintptr_t offset; member
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Ddecode.c1550 lxb_char_t first, second, third, offset; in lxb_encoding_decode_gb18030() local
2983 lxb_char_t first, second, third, offset; in lxb_encoding_decode_gb18030_single() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c915 sljit_s32 offset; member
1441 sljit_sw source, offset; /* TODO(carenas): only need 32 bit */ in sljit_generate_code() local
1700 sljit_s32 offset, i, tmp; in sljit_emit_enter() local
1805 sljit_s32 offset, i, tmp; in emit_stack_frame_release() local
H A DsljitNativeARM_32.c1136 sljit_uw imm, offset; in sljit_emit_enter() local
3007 sljit_u32 offset = 0; in softfloat_call_with_args() local
3141 sljit_u32 offset = SLJIT_FR0; in hardfloat_call_with_args() local
H A DsljitNativeARM_T2_32.c1237 sljit_uw offset; in sljit_emit_enter() local
2546 sljit_u32 offset = 0; in softfloat_call_with_args() local
2682 sljit_u32 offset = SLJIT_FR0; in hardfloat_call_with_args() local
H A DsljitNativeLOONGARCH_64.c741 sljit_s32 i, tmp, offset; in sljit_emit_enter() local
841 sljit_s32 i, tmp, offset; in emit_stack_frame_release() local
1043 sljit_sw offset; in getput_arg() local
H A DsljitNativeMIPS_common.c951 sljit_s32 i, tmp, offset; in sljit_emit_enter() local
1182 sljit_s32 local_size, i, tmp, offset; in emit_stack_frame_release() local
1394 sljit_sw offset, argw_hi; in getput_arg() local
H A DsljitLir.c779 … set_put_label(struct sljit_put_label *put_label, struct sljit_compiler *compiler, sljit_uw offset) in set_put_label()
2895 …ljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) in check_sljit_get_local_base()
3444 …ljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) in sljit_get_local_base()
H A DsljitNativePPC_common.c804 sljit_s32 i, tmp, base, offset; in sljit_emit_enter() local
937 sljit_s32 i, tmp, base, offset; in emit_stack_frame_release() local
/php-src/ext/sockets/
H A Dconversions.c131 static inline void *accounted_safe_ecalloc(size_t nmemb, size_t alloc_size, size_t offset, ser_cont… in accounted_safe_ecalloc()
852 size_t *offset, in from_zval_write_control()
/php-src/main/
H A Drfc1867.c775 zend_off_t offset; local
/php-src/ext/date/
H A Dphp_date.c681 timelib_time_offset *offset = NULL; in date_format() local
904 timelib_time_offset *offset = NULL; in php_idate() local
1265 timelib_time_offset *offset = NULL; in php_strftime() local
3640 timelib_time_offset *offset; in PHP_FUNCTION() local
4257 timelib_time_offset *offset; in PHP_FUNCTION() local
/php-src/ext/reflection/
H A Dphp_reflection.c132 uint32_t offset; member
622 static zend_op *get_recv_op(zend_op_array *op_array, uint32_t offset) in get_recv_op()
640 static zval *get_default_from_recv(zend_op_array *op_array, uint32_t offset) { in get_default_from_recv()
701 …mart_str *str, zend_function *fptr, struct _zend_arg_info *arg_info, uint32_t offset, bool require… in _parameter_string()
1168uint32_t offset, uint32_t target, zend_string *name, zend_class_entry *base, zend_string *filename… in read_attributes()
1222 uint32_t offset, zend_class_entry *scope, uint32_t target, zend_string *filename) /* {{{ */ in reflect_attributes()
1338 …nction *fptr, zval *closure_object, struct _zend_arg_info *arg_info, uint32_t offset, bool require… in reflection_parameter_factory()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c396 int64_t offset; in zend_jit_set_veneer() local
532 static ir_ref jit_ADD_OFFSET(zend_jit_ctx *jit, ir_ref addr, uintptr_t offset) in jit_ADD_OFFSET()
2295 static ir_ref _zend_jit_orig_opline_handler(zend_jit_ctx *jit, ir_ref offset) in _zend_jit_orig_opline_handler()
2310 ir_ref func, jit_extension, offset; in zend_jit_orig_opline_handler() local
2320 ir_ref func, jit_extension, offset, addr, ref, if_overflow, ret, if_halt; in _zend_jit_hybrid_trace_counter_stub() local
3193 size_t offset = 0; in zend_jit_setup() local
3216 size_t offset = 0; in zend_jit_setup() local
4305 …re_spill_slot(zend_jit_ctx *jit, uint32_t info, int var, int8_t reg, int32_t offset, bool set_type) in zend_jit_store_spill_slot()
10068 uint32_t offset = EX_NUM_TO_VAR(i); local
11228 uint32_t offset; local
[all …]
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c160 static int pgsql_lob_seek(php_stream *stream, zend_off_t offset, int whence, in pgsql_lob_seek()
/php-src/ext/gd/libgd/
H A Dgd.h277 int offset; member
/php-src/ext/opcache/
H A Dzend_file_cache.c77 OVERLAPPED offset = {0,0,0,0,NULL}; in zend_file_cache_flock() local
/php-src/ext/spl/
H A Dspl_dllist.c135 static spl_ptr_llist_element *spl_ptr_llist_offset(spl_ptr_llist *llist, zend_long offset, int back… in spl_ptr_llist_offset()
/php-src/ext/snmp/
H A Dsnmp.c108 int offset; member

Completed in 227 milliseconds

12345678