Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 195) sorted by relevance

12345678

/php-src/ext/ftp/
H A Dftp.stub.php68 …function ftp_login(FTP\Connection $ftp, string $username, #[\SensitiveParameter] string $password)…
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c37 #define ROL64(a, offset) _rotl64(a, offset) argument
46 #define ROL64(a, offset) ((((UINT64)a) << offset) ^ (((UINT64)a) >> (64-offset))) argument
101 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_AddBytesInLane()
185 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
195 void KeccakP1600_AddBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int… in KeccakP1600_AddBytes()
202 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_OverwriteBytesInLane()
244 void KeccakP1600_OverwriteBytes(void *state, const unsigned char *data, unsigned int offset, unsign… in KeccakP1600_OverwriteBytes()
323 …const void *state, unsigned int lanePosition, unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_ExtractBytesInLane()
392 void KeccakP1600_ExtractBytes(const void *state, unsigned char *data, unsigned int offset, unsigned… in KeccakP1600_ExtractBytes()
399 …t lanePosition, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned i… in KeccakP1600_ExtractAndAddBytesInLane()
[all …]
H A DSnP-Relaned.h19 #define SnP_AddBytes(state, data, offset, length, SnP_AddLanes, SnP_AddBytesInLane, SnP_laneLengthI… argument
47 #define SnP_OverwriteBytes(state, data, offset, length, SnP_OverwriteLanes, SnP_OverwriteBytesInLan… argument
75 #define SnP_ExtractBytes(state, data, offset, length, SnP_ExtractLanes, SnP_ExtractBytesInLane, SnP… argument
103 #define SnP_ExtractAndAddBytes(state, input, output, offset, length, SnP_ExtractAndAddLanes, SnP_Ex… argument
/php-src/ext/hash/sha3/generic32lc/
H A DSnP-Relaned.h19 #define SnP_AddBytes(state, data, offset, length, SnP_AddLanes, SnP_AddBytesInLane, SnP_laneLengthI… argument
47 #define SnP_OverwriteBytes(state, data, offset, length, SnP_OverwriteLanes, SnP_OverwriteBytesInLan… argument
75 #define SnP_ExtractBytes(state, data, offset, length, SnP_ExtractLanes, SnP_ExtractBytesInLane, SnP… argument
103 #define SnP_ExtractAndAddBytes(state, input, output, offset, length, SnP_ExtractAndAddLanes, SnP_Ex… argument
H A DKeccakP-1600-inplace32BI.c34 #define ROL32(a, offset) ((((UINT32)a) << (offset)) ^ (((UINT32)a) >> (32-(offset)))) argument
90 void KeccakP1600_SetBytesInLaneToZero(void *state, unsigned int lanePosition, unsigned int offset, … in KeccakP1600_SetBytesInLaneToZero()
125 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
146 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_AddBytesInLane()
214 void KeccakP1600_AddBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int… in KeccakP1600_AddBytes()
221 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_OverwriteBytesInLane()
270 void KeccakP1600_OverwriteBytes(void *state, const unsigned char *data, unsigned int offset, unsign… in KeccakP1600_OverwriteBytes()
292 …const void *state, unsigned int lanePosition, unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_ExtractBytesInLane()
358 void KeccakP1600_ExtractBytes(const void *state, unsigned char *data, unsigned int offset, unsigned… in KeccakP1600_ExtractBytes()
365 …t lanePosition, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned i… in KeccakP1600_ExtractAndAddBytesInLane()
[all …]
/php-src/Zend/
H A Dzend_interfaces.stub.php34 public function offsetExists(mixed $offset): bool;
40 public function offsetGet(mixed $offset): mixed;
43 public function offsetSet(mixed $offset, mixed $value): void;
46 public function offsetUnset(mixed $offset): void;
H A Dzend_multiply.h170 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
198 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
235 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
257 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
278 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
302 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
316 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
331 static zend_always_inline size_t zend_safe_address_guarded(size_t nmemb, size_t size, size_t offset) in zend_safe_address_guarded()
344 static zend_always_inline size_t zend_safe_addmult(size_t nmemb, size_t size, size_t offset, const … in zend_safe_addmult()
H A Dzend_object_handlers.h32 #define IS_VALID_PROPERTY_OFFSET(offset) ((intptr_t)(offset) > 0) argument
33 #define IS_WRONG_PROPERTY_OFFSET(offset) ((intptr_t)(offset) == 0) argument
34 #define IS_DYNAMIC_PROPERTY_OFFSET(offset) ((intptr_t)(offset) < 0) argument
36 #define IS_UNKNOWN_DYNAMIC_PROPERTY_OFFSET(offset) (offset == ZEND_DYNAMIC_PROPERTY_OFFSET) argument
37 #define ZEND_DECODE_DYN_PROP_OFFSET(offset) ((uintptr_t)(-(intptr_t)(offset) - 2)) argument
38 #define ZEND_ENCODE_DYN_PROP_OFFSET(offset) ((uintptr_t)(-((intptr_t)(offset) + 2))) argument
163 int offset; member
H A Dzend_attributes.c145 static zend_attribute *get_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in get_attribute()
160 …d_attribute *get_attribute_str(HashTable *attributes, const char *str, size_t len, uint32_t offset) in get_attribute_str()
185 …ttribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in zend_get_parameter_attribute()
190 …nd_get_parameter_attribute_str(HashTable *attributes, const char *str, size_t len, uint32_t offset) in zend_get_parameter_attribute_str()
276 …able **attributes, zend_string *name, uint32_t argc, uint32_t flags, uint32_t offset, uint32_t lin… in zend_add_attribute()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator.stub.php77 public function following(int $offset): int {}
95 public function isBoundary(int $offset): bool {}
101 public function next(?int $offset = null): int {}
104 public function preceding(int $offset): int {}
H A Dcodepointiterator_internal.cpp189 int32_t CodePointBreakIterator::following(int32_t offset) in following()
199 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding()
209 UBool CodePointBreakIterator::isBoundary(int32_t offset) in isBoundary()
/php-src/ext/shmop/
H A Dshmop.stub.php13 function shmop_read(Shmop $shmop, int $offset, int $size): string {}
20 function shmop_write(Shmop $shmop, string $data, int $offset): int {}
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c213 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean()
242 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string()
267 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer()
302 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time()
343 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_log_level()
368 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_syslog_facility()
518 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_rlimit_core()
547 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
/php-src/ext/zend_test/
H A Dobject_handlers.c245 static void dimension_common_helper(zend_object *object, zval *offset, int prop_access_type) { in dimension_common_helper()
254 static zval* dimension_handlers_no_ArrayAccess_read_dimension(zend_object *object, zval *offset, in… in dimension_handlers_no_ArrayAccess_read_dimension()
264 static void dimension_handlers_no_ArrayAccess_write_dimension(zend_object *object, zval *offset, zv… in dimension_handlers_no_ArrayAccess_write_dimension()
268 static int dimension_handlers_no_ArrayAccess_has_dimension(zend_object *object, zval *offset, int c… in dimension_handlers_no_ArrayAccess_has_dimension()
277 static void dimension_handlers_no_ArrayAccess_unset_dimension(zend_object *object, zval *offset) { in dimension_handlers_no_ArrayAccess_unset_dimension()
/php-src/TSRM/
H A DTSRM.h168 #define TSRMG_FAST(offset, type, element) (TSRMG_FAST_BULK(offset, type)->element) argument
169 #define TSRMG_FAST_BULK(offset, type) ((type) (((char*) tsrm_get_ls_cache())+(offset))) argument
173 #define TSRMG_FAST_STATIC(offset, type, element) (TSRMG_FAST_BULK_STATIC(offset, type)->element) argument
174 #define TSRMG_FAST_BULK_STATIC(offset, type) ((type) (((char*) TSRMLS_CACHE)+(offset))) argument
/php-src/ext/spl/
H A Dspl_fixedarray.c123 static void spl_fixedarray_copy_range(spl_fixedarray *array, zend_long offset, zval *begin, zval *e… in spl_fixedarray_copy_range()
327 static zend_long spl_offset_convert_to_long(zval *offset) /* {{{ */ in spl_offset_convert_to_long()
359 …atic zval *spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zval *offset) in spl_fixedarray_object_read_dimension_helper()
385 static zval *spl_fixedarray_object_read_dimension(zend_object *object, zval *offset, int type, zval… in spl_fixedarray_object_read_dimension()
408 …_fixedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval *offset, zval *value) in spl_fixedarray_object_write_dimension_helper()
436 static void spl_fixedarray_object_write_dimension(zend_object *object, zval *offset, zval *value) in spl_fixedarray_object_write_dimension()
453 …atic void spl_fixedarray_object_unset_dimension_helper(spl_fixedarray_object *intern, zval *offset) in spl_fixedarray_object_unset_dimension_helper()
471 static void spl_fixedarray_object_unset_dimension(zend_object *object, zval *offset) in spl_fixedarray_object_unset_dimension()
482 static bool spl_fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset,… in spl_fixedarray_object_has_dimension_helper()
502 static int spl_fixedarray_object_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_fixedarray_object_has_dimension()
/php-src/scripts/dev/
H A Dcheck_parameters.php69 function update_lineno($offset)
189 function check_function($name, $txt, $offset)
/php-src/ext/dom/
H A Dcharacterdata.c111 unsigned int count, offset; in PHP_METHOD() local
204 unsigned int offset; in dom_character_data_insert_data() local
273 zend_long offset, count_input; in dom_character_data_delete_data() local
346 zend_long offset, count_input; in dom_character_data_replace_data() local
/php-src/main/streams/
H A Dphp_stream_mmap.h47 size_t offset; member
69 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c185 const char* ir_disasm_find_symbol(uint64_t addr, int64_t *offset) in ir_disasm_find_symbol()
293 int64_t *offset) in ir_disasm_resolver()
345 int64_t offset = 0; local
716 int64_t offset; local
/php-src/ext/intl/grapheme/
H A Dgrapheme_util.c99 …har *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset, int32_t *puch… in grapheme_strpos_utf16()
293 int32_t grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset) in grapheme_get_haystack_offset()
333 …strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset) in grapheme_strrpos_ascii()
H A Dgrapheme_util.h40 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
/php-src/ext/iconv/
H A Diconv.stub.php29 function iconv_substr(string $string, int $offset, ?int $length = null, ?string $encoding = null): …
31 function iconv_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null):…
/php-src/ext/intl/formatter/
H A Dformatter.stub.php207 …public function parse(string $string, int $type = NumberFormatter::TYPE_DOUBLE, &$offset = null): …
221 public function parseCurrency(string $string, &$currency, &$offset = null): float|false {}
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php160 public function parse(string $string, &$offset = null): int|float|false {}
168 public function localtime(string $string, &$offset = null): array|false {}

Completed in 66 milliseconds

12345678