Home
last modified time | relevance | path

Searched defs:offset (Results 26 – 50 of 199) sorted by relevance

12345678

/php-src/ext/date/lib/
H A Dparse_tz.c377 static signed int find_ttinfo_index(timelib_tzinfo *tz, int32_t offset, int isdst, char *abbr) in find_ttinfo_index()
406 static signed int add_new_ttinfo_index(timelib_tzinfo *tz, int32_t offset, int isdst, char *abbr) in add_new_ttinfo_index()
885 int32_t offset = 0, leap_secs = 0; in timelib_get_time_zone_info() local
913 int timelib_get_time_zone_offset_info(timelib_sll ts, timelib_tzinfo *tz, int32_t* offset, timelib_… in timelib_get_time_zone_offset_info()
945 int32_t offset = 0; in timelib_get_current_offset() local
H A Dtimelib_private.h131 int32_t offset; member
142 int32_t offset; member
/php-src/ext/dom/lexbor/lexbor/core/
H A Din.c160 const lxb_char_t *pos, size_t offset) in lexbor_in_node_pos_up()
193 const lxb_char_t *pos, size_t offset) in lexbor_in_node_pos_down()
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c88 int32_t offset = 0; in PHP_FUNCTION() local
141 int32_t offset = 0; in PHP_FUNCTION() local
205 int32_t offset = 0; in PHP_FUNCTION() local
263 int32_t offset = 0; in PHP_FUNCTION() local
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-SnP.h35 #define KeccakP1600_AddByte(state, byte, offset) \ argument
/php-src/ext/random/
H A Drandomizer.c258 zend_ulong offset = (double) ( (double) max - min + 1.0) * (r / (PHP_MT_RAND_MAX + 1.0)); in PHP_METHOD() local
416 uint64_t offset = engine.algo->range(engine.state, 0, max_offset); in PHP_METHOD() local
444 uint64_t offset = (result.result >> (i * 8)) & mask; in PHP_METHOD() local
/php-src/ext/dom/
H A Dnodelist.c253 dom_nodelist_dimension_index dom_modern_nodelist_get_index(const zval *offset) in dom_modern_nodelist_get_index()
281 zval *dom_modern_nodelist_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in dom_modern_nodelist_read_dimension()
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorCore.c109 #define AS_BLOCK_HEADER(base, offset) \ argument
111 #define AS_FREE_BLOCK(base, offset) \ argument
/php-src/main/streams/
H A Dmmap.c21 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mm… in _php_stream_mmap_range()
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c213 size_t nmagic, const struct buffer *b, size_t offset, int mode, int text, in match()
1322 mdebug(uint32_t offset, const char *str, size_t len) in mdebug()
1332 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy()
1471 intmax_t offset; in do_ops() local
1524 int32_t offset; in msetoffset() local
1599 uint32_t eoffset, offset = ms->offset; in mget() local
2321 zval *match, *offset; in magiccheck() local
/php-src/ext/spl/
H A Dspl_array.c255 static zend_result get_hash_key(spl_hash_key *key, spl_array_object *intern, zval *offset) in get_hash_key()
306 zval *offset, int type) /* {{{ */ in spl_array_get_dimension_ptr()
396 static zval *spl_array_read_dimension_ex(int check_inherited, zend_object *object, zval *offset, in… in spl_array_read_dimension_ex()
440 static zval *spl_array_read_dimension(zend_object *object, zval *offset, int type, zval *rv) /* {{{… in spl_array_read_dimension()
461 static void spl_array_write_dimension_ex(int check_inherited, zend_object *object, zval *offset, zv… in spl_array_write_dimension_ex()
517 static void spl_array_write_dimension(zend_object *object, zval *offset, zval *value) /* {{{ */ in spl_array_write_dimension()
522 static void spl_array_unset_dimension_ex(int check_inherited, zend_object *object, zval *offset) /*… in spl_array_unset_dimension_ex()
574 static void spl_array_unset_dimension(zend_object *object, zval *offset) /* {{{ */ in spl_array_unset_dimension()
582 static bool spl_array_has_dimension_ex(bool check_inherited, zend_object *object, zval *offset, int… in spl_array_has_dimension_ex()
645 static int spl_array_has_dimension(zend_object *object, zval *offset, int check_empty) /* {{{ */ in spl_array_has_dimension()
/php-src/ext/pcre/
H A Dphp_pcre.stub.php105 function preg_match(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset
108 …ll(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset = 0): int|false…
/php-src/Zend/
H A Dzend_attributes.h61 uint32_t offset; member
108 …ne zend_attribute *zend_add_parameter_attribute(zend_function *func, uint32_t offset, zend_string … in zend_add_parameter_attribute()
H A Dzend_alloc.h154 #define safe_emalloc(nmemb, size, offset) _safe_emalloc((nmemb), (size), (offset) ZEND_FILE_LINE_CC… argument
161 #define safe_erealloc(ptr, nmemb, size, offset) _safe_erealloc((ptr), (nmemb), (size), (offset) ZEN… argument
170 #define safe_emalloc_rel(nmemb, size, offset) _safe_emalloc((nmemb), (size), (offset) ZEND_FILE_LIN… argument
177 #define safe_erealloc_rel(ptr, nmemb, size, offset) _safe_erealloc((ptr), (nmemb), (size), (offset)… argument
190 #define safe_pemalloc(nmemb, size, offset, persistent) ((persistent)?_safe_malloc(nmemb, size, offs… argument
203 #define safe_perealloc(ptr, nmemb, size, offset, persistent) ((persistent)?_safe_realloc((ptr), (nm… argument
/php-src/ext/intl/
H A Dphp_intl.stub.php378 function datefmt_parse(IntlDateFormatter $formatter, string $string, &$offset = null): int|float|fa…
385 function datefmt_localtime(IntlDateFormatter $formatter, string $string, &$offset = null): array|fa…
398 …r $formatter, string $string, int $type = NumberFormatter::TYPE_DOUBLE, &$offset = null): int|floa…
406 function numfmt_parse_currency(NumberFormatter $formatter, string $string, &$currency, &$offset = n…
434 function grapheme_strpos(string $haystack, string $needle, int $offset = 0): int|false {}
436 function grapheme_stripos(string $haystack, string $needle, int $offset = 0): int|false {}
438 function grapheme_strrpos(string $haystack, string $needle, int $offset = 0): int|false {}
440 function grapheme_strripos(string $haystack, string $needle, int $offset = 0): int|false {}
442 function grapheme_substr(string $string, int $offset, ?int $length = null): string|false {}
451 function grapheme_extract(string $haystack, int $size, int $type = GRAPHEME_EXTR_COUNT, int $offset
[all …]
/php-src/ext/mbstring/
H A Dmbstring.stub.php91 function mb_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): in…
93 function mb_strrpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i…
95 function mb_stripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i…
97 function mb_strripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): …
249 function mb_ereg_search_setpos(int $offset): bool {}
/php-src/ext/com_dotnet/
H A Dcom_handlers.c80 static zval *com_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in com_read_dimension()
116 static void com_write_dimension(zend_object *object, zval *offset, zval *value) in com_write_dimension()
216 static void com_dimension_delete(zend_object *object, zval *offset) in com_dimension_delete()
H A Dcom_saproxy.c84 static zval *saproxy_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in saproxy_read_dimension()
207 static void saproxy_write_dimension(zend_object *object, zval *offset, zval *value) in saproxy_write_dimension()
301 static void saproxy_dimension_delete(zend_object *object, zval *offset) in saproxy_dimension_delete()
/php-src/ext/standard/
H A Dmicrotime.c65 timelib_time_offset *offset; in _php_gettimeofday() local
H A Dbasic_functions.stub.php1690 function array_splice(array &$array, int $offset, ?int $length = null, mixed $replacement = []): ar…
1695 function array_slice(array $array, int $offset, ?int $length = null, bool $preserve_keys = false): …
2132 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/sapi/fpm/fpm/
H A Dfpm_trace_mach.c82 size_t offset = ((uintptr_t) (addr) % fpm_pagesize); in fpm_trace_get_long() local
/php-src/Zend/Optimizer/
H A Doptimize_temp_vars_5.c45 int offset = op_array->last_var; in zend_optimize_temporary_variables() local
H A Dpass1.c129 zval *offset; in zend_optimizer_pass1() local
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dcharacter_data.c92 size_t offset, size_t count) in lxb_dom_character_data_replace()
/php-src/ext/zend_test/
H A Dobject_handlers.stub.php34 public mixed $offset; variable in DimensionHandlersNoArrayAccess

Completed in 90 milliseconds

12345678