Home
last modified time | relevance | path

Searched defs:offset (Results 126 – 150 of 199) sorted by relevance

12345678

/php-src/ext/phar/
H A Dstream.c403 static int phar_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffse… in phar_stream_seek()
H A Dzip.c875 zend_off_t offset; in phar_zip_changed_apply_int() local
H A Dfunc_interceptors.c164 zend_long offset = -1; in PHAR_FUNC() local
H A Dpharzip.h173 char offset[4]; /* relative offset of local header 4 bytes */ member
/php-src/Zend/
H A Dzend_compile.h402 uint32_t offset; /* property offset for object properties or member
412 #define OBJ_PROP(obj, offset) \ argument
418 #define OBJ_PROP_TO_NUM(offset) \ argument
685 #define ZEND_OFFSET_TO_OPLINE(base, offset) \ argument
688 #define ZEND_OFFSET_TO_OPLINE_NUM(op_array, base, offset) \ argument
H A Dzend_compile.c2410 static zend_op *zend_delayed_compile_end(uint32_t offset) /* {{{ */ in zend_delayed_compile_end()
3063 uint32_t offset = zend_delayed_compile_begin(); in zend_compile_dim() local
3145 uint32_t offset = zend_delayed_compile_begin(); in zend_compile_prop() local
3406 uint32_t offset; in zend_compile_assign() local
3504 uint32_t offset, flags; in zend_compile_assign_ref() local
3579 uint32_t offset, cache_slot; in zend_compile_compound_assign() local
4620 uint32_t offset = find_frameless_function_offset(num_args, frameless_function_info->handler); in zend_compile_frameless_icall_ex() local
7026 HashTable **attributes, zend_ast *ast, uint32_t offset, uint32_t target, uint32_t promoted in zend_compile_attributes()
7566 uint32_t offset = (uint32_t)((char*)value - (char*)op_array->static_variables->arData); in compile_implicit_lexical_binds() local
8817 zend_long offset = Z_LVAL_P(zend_ast_get_zval(offset_ast)); in zend_compile_halt_compiler() local
[all …]
H A Dzend_alloc.c193 #define ZEND_MM_NRUN(bin_num, offset) (ZEND_MM_IS_SRUN | ZEND_MM_IS_LRUN | ((bin_num) << ZEND_MM… argument
728 size_t offset; local
2633 ZEND_API void* ZEND_FASTCALL _safe_malloc(size_t nmemb, size_t size, size_t offset)
2643 ZEND_API void* ZEND_FASTCALL _safe_realloc(void *ptr, size_t nmemb, size_t size, size_t offset)
H A Dzend_vm_def.h6598 zval *offset; variable
6690 zval *offset; variable
7384 zval *offset; variable
7462 zval *offset; variable
10053 zend_long offset; variable
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h39 #define ZEND_ADDR_MEM_ZVAL(reg, offset) \ argument
336 size_t offset; /* offset from "zend_op" to corresponding "op_info" */ member
340 #define ZEND_OP_TRACE_INFO(opline, offset) \ argument
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c935 PCRE2_SIZE offset; in show_parsed() local
2245 int offset = 0; in get_ucp() local
2874 PCRE2_SIZE offset; in parse_regex() local
5658 PCRE2_SIZE offset = 0; in compile_branch() local
9452 PCRE2_SIZE offset; in get_branchlength() local
9876 PCRE2_SIZE offset; in set_lookbehind_lengths() local
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp218 int32_t offset, in PHP_FUNCTION() local
/php-src/ext/dom/
H A Dhtml_document.c238 size_t offset in dom_find_line_and_column_using_cache()
289 size_t offset in dom_lexbor_libxml2_bridge_tokenizer_error_reporter()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c203 enum pdo_fetch_orientation ori, zend_long offset) in pdo_firebird_stmt_fetch()
/php-src/ext/exif/
H A Dexif.c1282 int offset; member
1387 static char* exif_char_dump(char * addr, int len, int offset) in exif_char_dump()
1926 size_t offset; member
2050 static zend_always_inline bool ptr_offset_overflows(char *ptr, size_t offset) { in ptr_offset_overflows()
2067 const exif_offset_info *info, size_t offset, size_t length) { in exif_offset_info_try_get()
3235 size_t offset = 2 + 12 * de; in exif_process_IFD_in_MAKERNOTE() local
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.h115 intptr_t offset; member
/php-src/ext/gd/libgd/
H A Dgd_filter.c335 int gdImageConvolution(gdImagePtr src, float filter[3][3], float filter_div, float offset) in gdImageConvolution()
H A Dgd_gif_out.c67 int offset; member
/php-src/ext/com_dotnet/
H A Dcom_persist.c137 off_t offset; in stm_seek() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c284 size_t i, offset, ws_i; in lexbor_str_strip_collapse_whitespace() local
/php-src/ext/standard/
H A Dpack.c712 zend_long offset = 0; in PHP_FUNCTION() local
H A Darray.c3319 static void php_splice(HashTable *in_hash, zend_long offset, zend_long length, HashTable *replace, …
3778 zend_long offset, local
3836 static inline Bucket* find_bucket_at_offset(HashTable* ht, zend_long offset)
3863 static inline zval* find_packed_val_at_offset(HashTable* ht, zend_long offset)
3893 zend_long offset; /* Offset to get elements from */ local
/php-src/ext/random/
H A Drandom.c445 zend_ulong offset = (double) ( (double) max - min + 1.0) * (r / (PHP_MT_RAND_MAX + 1.0)); local
/php-src/ext/opcache/
H A DZendAccelerator.c2953 …accel_remap_huge_pages(void *start, size_t size, size_t real_size, const char *name, size_t offset) in accel_remap_huge_pages()
3023 long unsigned int start, end, offset, inode; in accel_move_code_to_huge_pages() local
4417 zval *offset; local
/php-src/win32/
H A Dioutil.c1166 size_t offset = 0; in php_win32_ioutil_readlink_w() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c515 const size_t offset = *p - *buf; in mysqlnd_stmt_execute_check_n_enlarge_buffer() local

Completed in 355 milliseconds

12345678