Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 120) sorted by relevance

12345

/PHP-8.2/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.c90 …BytesInLaneToZero(void *state, unsigned int lanePosition, unsigned int offset, unsigned int length) in KeccakP1600_SetBytesInLaneToZero()
146 …te, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_AddBytesInLane()
214 …cakP1600_AddBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_AddBytes()
221 …te, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_OverwriteBytesInLane()
270 …00_OverwriteBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_OverwriteBytes()
292 …d *state, unsigned int lanePosition, unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_ExtractBytesInLane()
358 …1600_ExtractBytes(const void *state, unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_ExtractBytes()
365 …ition, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned int length) in KeccakP1600_ExtractAndAddBytesInLane()
434 …state, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned int length) in KeccakP1600_ExtractAndAddBytes()
/PHP-8.2/ext/hash/sha3/generic64lc/
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-opt64.c101 …te, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_AddBytesInLane()
195 …cakP1600_AddBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_AddBytes()
202 …te, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_OverwriteBytesInLane()
244 …00_OverwriteBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_OverwriteBytes()
323 …d *state, unsigned int lanePosition, unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_ExtractBytesInLane()
392 …1600_ExtractBytes(const void *state, unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_ExtractBytes()
399 …ition, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned int length) in KeccakP1600_ExtractAndAddBytesInLane()
467 …state, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned int length) in KeccakP1600_ExtractAndAddBytes()
/PHP-8.2/ext/standard/
H A Dbase64.c425 PHPAPI zend_string *php_base64_encode(const unsigned char *str, size_t length) { in php_base64_encode()
428 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) { in php_base64_decode_ex()
605 PHPAPI zend_string *php_base64_encode(const unsigned char *str, size_t length) in php_base64_encode()
651 zend_string *php_base64_encode_ssse3(const unsigned char *str, size_t length) in php_base64_encode_ssse3()
778 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex()
859 zend_string *php_base64_decode_ex_ssse3(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_ssse3()
885 zend_string *php_base64_encode_default(const unsigned char *str, size_t length) in php_base64_encode_default()
906 zend_string *php_base64_decode_ex_default(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_default()
H A Dquot_print.c50 PHPAPI zend_string *php_quot_print_decode(const unsigned char *str, size_t length, int replace_us_b… in php_quot_print_decode()
144 PHPAPI zend_string *php_quot_print_encode(const unsigned char *str, size_t length) /* {{{ */ in php_quot_print_encode()
H A Dbasic_functions.stub.php1000 function array_splice(array &$array, int $offset, ?int $length = null, mixed $replacement = []): ar…
1002 function array_slice(array $array, int $offset, ?int $length = null, bool $preserve_keys = false): …
1060 function array_pad(array $array, int $length, mixed $value): array {}
1199 function array_chunk(array $array, int $length, bool $preserve_keys = false): array {}
1402 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/PHP-8.2/ext/dom/
H A Dcharacterdata.c90 long length = 0; in dom_characterdata_length_read() local
121 int length; in PHP_METHOD() local
192 int length; in PHP_METHOD() local
240 int length; in PHP_METHOD() local
296 int length; in PHP_METHOD() local
/PHP-8.2/ext/intl/formatter/
H A Dformatter_attr.c94 int32_t length = 0; in PHP_FUNCTION() local
218 uint32_t length = USIZE(value_buf); in PHP_FUNCTION() local
297 uint32_t length = USIZE( value_buf ); in PHP_FUNCTION() local
/PHP-8.2/ext/date/lib/
H A Dparse_date.c6934 int length = 0; in scan() local
7192 int length = 0; in scan() local
8773 int length = 0; in scan() local
14110 int length = 0; in scan() local
14574 int length = 0; in scan() local
15962 int length = 0; in scan() local
16855 int length = 0; in scan() local
16980 int length = 0; in scan() local
19562 int length = 0; in scan() local
25249 int length; in timelib_parse_from_format_with_map() local
[all …]
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.h41 size_t length; member
48 size_t length; member
/PHP-8.2/ext/oci8/
H A Doci8.stub.php460 function oci_lob_read(OCILob $lob, int $length): string|false {}
472 function oci_lob_write(OCILob $lob, string $data, ?int $length = null): int|false {}
476 function oci_lob_truncate(OCILob $lob, int $length = 0): bool {}
478 function oci_lob_erase(OCILob $lob, ?int $offset = null, ?int $length = null): int|false {}
486 function oci_lob_copy(OCILob $to, OCILob $from, ?int $length = null): bool {}
490 function oci_lob_export(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null): b…
496 function ociwritelobtofile(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null)…
697 function oci_new_connect(string $username, #[\SensitiveParameter] string $password, ?string $connec…
H A Doci8_lob.c115 int php_oci_lob_get_length (php_oci_descriptor *descriptor, ub4 *length) in php_oci_lob_get_length()
240 ub4 length = 0; in php_oci_lob_read() local
505 …b_copy (php_oci_descriptor *descriptor_dest, php_oci_descriptor *descriptor_from, zend_long length) in php_oci_lob_copy()
835 int php_oci_lob_erase (php_oci_descriptor *descriptor, zend_long offset, ub4 length, ub4 *bytes_era… in php_oci_lob_erase()
/PHP-8.2/ext/bz2/
H A Dbz2.stub.php12 function bzread($bz, int $length = 1024): string|false {}
19 function bzwrite($bz, string $data, ?int $length = null): int|false {}
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c60 const zend_uchar ** row, const zend_uchar *p, unsigned int length) in ps_fetch_is_packet_over_read_with_variable_length()
74 const zend_uchar ** row, unsigned int length) in ps_fetch_is_packet_over_read_with_static_length()
258 zend_ulong length; /* First byte encodes the length */ in ps_fetch_time() local
308 zend_ulong length; /* First byte encodes the length*/ in ps_fetch_date() local
345 zend_ulong length; /* First byte encodes the length*/ in ps_fetch_datetime() local
396 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_string() local
416 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_bit() local
H A Dmysqlnd_alloc.c259 static char * _mysqlnd_pememdup(const char * const ptr, size_t length, bool persistent MYSQLND_MEM_… in _mysqlnd_pememdup()
290 static char * _mysqlnd_pestrndup(const char * const ptr, size_t length, bool persistent MYSQLND_MEM… in _mysqlnd_pestrndup()
430 static char * mysqlnd_zend_mm_pememdup(const char * const ptr, size_t length, bool persistent MYSQL… in mysqlnd_zend_mm_pememdup()
442 static char * mysqlnd_zend_mm_pestrndup(const char * const ptr, size_t length, bool persistent MYSQ… in mysqlnd_zend_mm_pestrndup()
/PHP-8.2/ext/sodium/
H A Dlibsodium.stub.php503 function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $… argument
/PHP-8.2/ext/intl/collator/
H A Dcollator_is_numeric.c68 size_t length = u - nstart; in collator_u_strtod() local
207 zend_uchar collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, bool all… in collator_is_numeric()
/PHP-8.2/ext/zlib/
H A Dzlib.stub.php210 function gzwrite($stream, string $data, ?int $length = null): int|false {}
217 function gzputs($stream, string $data, ?int $length = null): int|false {}
265 function gzread($stream, int $length): string|false {}
271 function gzgets($stream, ?int $length = null): string|false {}
/PHP-8.2/main/streams/
H A Dphp_stream_mmap.h48 size_t length; member
69 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
/PHP-8.2/Zend/
H A Dzend_operators.c2768 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy()
2776 ZEND_API char* ZEND_FASTCALL zend_str_toupper_copy(char *dest, const char *source, size_t length) /… in zend_str_toupper_copy()
2784 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup()
2790 ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup(const char *source, size_t length) /* {{{ */ in zend_str_toupper_dup()
2796 ZEND_API void ZEND_FASTCALL zend_str_tolower(char *str, size_t length) /* {{{ */ in zend_str_tolower()
2802 ZEND_API void ZEND_FASTCALL zend_str_toupper(char *str, size_t length) /* {{{ */ in zend_str_toupper()
2809 ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_tolower_dup_ex()
2833 ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup_ex(const char *source, size_t length) /* {{{ */ in zend_str_toupper_dup_ex()
2859 size_t length = ZSTR_LEN(str); in zend_string_tolower_ex() local
2908 size_t length = ZSTR_LEN(str); in zend_string_toupper_ex() local
[all …]
H A Dzend_vm_opcodes.c449 ZEND_API zend_uchar zend_get_opcode_id(const char *name, size_t length) { in zend_get_opcode_id()
/PHP-8.2/sapi/cli/
H A Dphp_cli_process_title.c49 size_t length = 0; in PHP_FUNCTION() local
/PHP-8.2/main/
H A Drfc1867.h38 size_t length; member
52 size_t length; member
/PHP-8.2/ext/hash/
H A Dphp_hash_snefru.h30 unsigned char length; member

Completed in 110 milliseconds

12345