/PHP-8.0/ext/hash/sha3/generic32lc/ |
H A D | SnP-Relaned.h | 19 #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 D | KeccakP-1600-inplace32BI.c | 90 …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.0/ext/hash/sha3/generic64lc/ |
H A D | SnP-Relaned.h | 19 #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 D | KeccakP-1600-opt64.c | 101 …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.0/main/ |
H A D | php_memory_streams.h | 31 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S… argument 32 #define php_stream_memory_get_buffer(stream, length) _php_stream_memory_get_buffer((stream), (lengt… argument 38 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… argument
|
H A D | rfc1867.h | 38 size_t length; member 52 size_t length; member
|
/PHP-8.0/ext/hash/ |
H A D | hash.stub.php | 18 function hash_update_stream(HashContext $context, $stream, int $length = -1): int {} 31 function hash_pbkdf2(string $algo, string $password, string $salt, int $iterations, int $length = 0… 35 function hash_hkdf(string $algo, string $key, int $length = 0, string $info = "", string $salt = ""… 42 function mhash_keygen_s2k(int $algo, string $password, string $salt, int $length): string|false {}
|
H A D | php_hash_snefru.h | 30 unsigned char length; member
|
/PHP-8.0/ext/date/lib/ |
H A D | parse_date.c | 4775 int length = 0; in scan() local 5872 int length = 0; in scan() local 6116 int length = 0; in scan() local 9959 int length = 0; in scan() local 10756 int length = 0; in scan() local 11410 int length = 0; in scan() local 11529 int length = 0; in scan() local 12347 int length = 0; in scan() local 12399 int length = 0; in scan() local 25485 int length; in timelib_parse_from_format_with_map() local [all …]
|
/PHP-8.0/ext/standard/ |
H A D | base64.c | 425 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, zend_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, zend_bool strict) in php_base64_decode_ex() 859 zend_string *php_base64_decode_ex_ssse3(const unsigned char *str, size_t length, zend_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, zend_bool strict) in php_base64_decode_ex_default()
|
H A D | quot_print.c | 50 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()
|
/PHP-8.0/ext/dom/ |
H A D | characterdata.c | 90 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.0/ext/intl/formatter/ |
H A D | formatter_attr.c | 94 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.0/ext/sockets/ |
H A D | sockets.stub.php | 27 function socket_write(Socket $socket, string $data, ?int $length = null): int|false {} 29 function socket_read(Socket $socket, int $length, int $mode = PHP_BINARY_READ): string|false {} 52 function socket_recv(Socket $socket, &$data, int $length, int $flags): int|false {} 54 function socket_send(Socket $socket, string $data, int $length, int $flags): int|false {} 61 function socket_recvfrom(Socket $socket, &$data, int $length, int $flags, &$address, &$port = null)… 63 function socket_sendto(Socket $socket, string $data, int $length, int $flags, string $address, ?int…
|
/PHP-8.0/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_memory_device.h | 41 size_t length; member 48 size_t length; member
|
/PHP-8.0/ext/zlib/ |
H A D | zlib.stub.php | 44 function gzwrite($stream, string $data, ?int $length = null): int|false {} 50 function gzputs($stream, string $data, ?int $length = null): int|false {} 98 function gzread($stream, int $length): string|false {} 104 function gzgets($stream, ?int $length = null): string|false {}
|
/PHP-8.0/ext/bz2/ |
H A D | bz2.stub.php | 12 function bzread($bz, int $length = 1024): string|false {} 18 function bzwrite($bz, string $data, ?int $length = null): int|false {}
|
/PHP-8.0/ext/oci8/ |
H A D | oci8.stub.php | 63 function oci_lob_read(OCILob $lob, int $length): string|false {} 75 function oci_lob_write(OCILob $lob, string $data, ?int $length = null): int|false {} 79 function oci_lob_truncate(OCILob $lob, int $length = 0): bool {} 81 function oci_lob_erase(OCILob $lob, ?int $offset = null, ?int $length = null): int|false {} 89 function oci_lob_copy(OCILob $to, OCILob $from, ?int $length = null): bool {} 574 public function read(int $length) {} 610 public function write(string $data, ?int $length = null) {} 622 public function truncate(int $length = 0) {} 628 public function erase(?int $offset = null, ?int $length = null) {} 652 public function writeToFile(string $filename, ?int $offset = null, ?int $length = null) {} [all …]
|
H A D | oci8_lob.c | 115 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.0/ext/intl/collator/ |
H A D | collator_is_numeric.c | 68 size_t length = u - nstart; in collator_u_strtod() local 210 zend_uchar collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, bool all… in collator_is_numeric()
|
/PHP-8.0/main/streams/ |
H A D | php_stream_mmap.h | 48 size_t length; member 69 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 215 zend_ulong length; /* First byte encodes the length*/ in ps_fetch_time() local 272 zend_ulong length; /* First byte encodes the length*/ in ps_fetch_date() local 309 zend_ulong length; /* First byte encodes the length*/ in ps_fetch_datetime() local 372 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_string() local 388 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_bit() local
|
/PHP-8.0/sapi/cli/ |
H A D | php_cli_process_title.c | 49 int length = 0; in PHP_FUNCTION() local
|
/PHP-8.0/ext/sodium/ |
H A D | libsodium.stub.php | 73 function sodium_crypto_generichash(string $message, string $key = "", int $length = SODIUM_CRYPTO_G… 77 function sodium_crypto_generichash_init(string $key = "", int $length = SODIUM_CRYPTO_GENERICHASH_B… 81 function sodium_crypto_generichash_final(string &$state, int $length = SODIUM_CRYPTO_GENERICHASH_BY… 88 function sodium_crypto_pwhash(int $length, string $password, string $salt, int $opslimit, int $meml… 100 function sodium_crypto_pwhash_scryptsalsa208sha256(int $length, string $password, string $salt, int… 157 function sodium_crypto_stream(int $length, string $nonce, string $key): string {}
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_match.c | 85 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match()
|