Home
last modified time | relevance | path

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

12345

/PHP-7.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.c82 …BytesInLaneToZero(void *state, unsigned int lanePosition, unsigned int offset, unsigned int length) in KeccakP1600_SetBytesInLaneToZero()
138 …te, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_AddBytesInLane()
205 …cakP1600_AddBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_AddBytes()
212 …te, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_OverwriteBytesInLane()
260 …00_OverwriteBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_OverwriteBytes()
282 …d *state, unsigned int lanePosition, unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_ExtractBytesInLane()
347 …1600_ExtractBytes(const void *state, unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_ExtractBytes()
354 …ition, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned int length) in KeccakP1600_ExtractAndAddBytesInLane()
422 …state, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned int length) in KeccakP1600_ExtractAndAddBytes()
/PHP-7.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.c93 …te, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_AddBytesInLane()
186 …cakP1600_AddBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_AddBytes()
193 …te, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_OverwriteBytesInLane()
235 …00_OverwriteBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_OverwriteBytes()
314 …d *state, unsigned int lanePosition, unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_ExtractBytesInLane()
383 …1600_ExtractBytes(const void *state, unsigned char *data, unsigned int offset, unsigned int length) in KeccakP1600_ExtractBytes()
390 …ition, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned int length) in KeccakP1600_ExtractAndAddBytesInLane()
458 …state, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned int length) in KeccakP1600_ExtractAndAddBytes()
/PHP-7.2/ext/dom/
H A Dcharacterdata.c128 long length = 0; in dom_characterdata_length_read() local
160 int length; in PHP_FUNCTION() local
243 int length; in PHP_FUNCTION() local
291 int length; in PHP_FUNCTION() local
347 int length; in PHP_FUNCTION() local
/PHP-7.2/ext/zip/lib/
H A Dzip_io_util.c40 _zip_read(zip_source_t *src, zip_uint8_t *b, zip_uint64_t length, zip_error_t *error) in _zip_read()
64 _zip_read_data(zip_buffer_t *buffer, zip_source_t *src, size_t length, bool nulp, zip_error_t *erro… in _zip_read_data()
124 _zip_write(zip_t *za, const void *data, zip_uint64_t length) in _zip_write()
H A Dzip_buffer.c69 _zip_buffer_get(zip_buffer_t *buffer, zip_uint64_t length) in _zip_buffer_get()
207 _zip_buffer_put(zip_buffer_t *buffer, const void *src, size_t length) in _zip_buffer_put()
307 _zip_buffer_skip(zip_buffer_t *buffer, zip_uint64_t length) { in _zip_buffer_skip()
H A Dzip_source_write.c39 zip_source_write(zip_source_t *src, const void *data, zip_uint64_t length) in zip_source_write()
H A Dzip_source_buffer.c281 buffer_new_read(const void *data, zip_uint64_t length, int free_data) in buffer_new_read()
329 buffer_read(buffer_t *buffer, zip_uint8_t *data, zip_uint64_t length) in buffer_read()
375 buffer_write(buffer_t *buffer, const zip_uint8_t *data, zip_uint64_t length, zip_error_t *error) in buffer_write()
H A Dzip_source_call.c39 _zip_source_call(zip_source_t *src, void *data, zip_uint64_t length, zip_source_cmd_t command) in _zip_source_call()
H A Dzip_source_file.c51 zip_source_file_create(const char *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *erro… in zip_source_file_create()
/PHP-7.2/main/
H A Dphp_memory_streams.h34 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S… argument
35 #define php_stream_memory_get_buffer(stream, length) _php_stream_memory_get_buffer((stream), (lengt… argument
41 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… argument
/PHP-7.2/ext/date/lib/
H A Dparse_date.c4739 int length = 0; in scan() local
5836 int length = 0; in scan() local
6080 int length = 0; in scan() local
9774 int length = 0; in scan() local
10571 int length = 0; in scan() local
11225 int length = 0; in scan() local
11344 int length = 0; in scan() local
12162 int length = 0; in scan() local
12214 int length = 0; in scan() local
25149 int length; in timelib_parse_from_format() local
[all …]
/PHP-7.2/ext/intl/formatter/
H A Dformatter_attr.c108 int32_t length = 0; in PHP_FUNCTION() local
255 uint32_t length = USIZE(value_buf); in PHP_FUNCTION() local
348 uint32_t length = USIZE( value_buf ); in PHP_FUNCTION() local
/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.h41 int length; member
48 int length; member
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dbase64.c56 void base64_encode_xmlrpc(struct buffer_st *b, const char *source, int length) in base64_encode_xmlrpc()
121 void base64_decode_xmlrpc(struct buffer_st *bfr, const char *source, int length) in base64_decode_xmlrpc()
/PHP-7.2/ext/intl/collator/
H A Dcollator_is_numeric.c73 size_t length = u - nstart; in collator_u_strtod() local
214 zend_uchar collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, int allo… in collator_is_numeric()
/PHP-7.2/ext/spl/examples/
H A Ddirectorytree.php29 $length = $argc > 3 ? $argv[3] : -1; variable
/PHP-7.2/main/streams/
H A Dphp_stream_mmap.h52 size_t length; member
71 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
/PHP-7.2/ext/standard/
H A Dbase64.c56 PHPAPI zend_string *php_base64_encode(const unsigned char *str, size_t length) /* {{{ */ in php_base64_encode()
130 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict)… in php_base64_decode_ex()
H A Dquot_print.c54 PHPAPI zend_string *php_quot_print_decode(const unsigned char *str, size_t length, int replace_us_b… in php_quot_print_decode()
148 PHPAPI zend_string *php_quot_print_encode(const unsigned char *str, size_t length) /* {{{ */ in php_quot_print_encode()
/PHP-7.2/ext/oci8/
H A Doci8_lob.c117 int php_oci_lob_get_length (php_oci_descriptor *descriptor, ub4 *length) in php_oci_lob_get_length()
242 ub4 length = 0; in php_oci_lob_read() local
507 …b_copy (php_oci_descriptor *descriptor_dest, php_oci_descriptor *descriptor_from, zend_long length) in php_oci_lob_copy()
837 int php_oci_lob_erase (php_oci_descriptor *descriptor, zend_long offset, ub4 length, ub4 *bytes_era… in php_oci_lob_erase()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c216 zend_ulong length; /* First byte encodes the length*/ in ps_fetch_time() local
259 zend_ulong length; /* First byte encodes the length*/ in ps_fetch_date() local
296 zend_ulong length; /* First byte encodes the length*/ in ps_fetch_datetime() local
343 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_string() local
359 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_bit() local
/PHP-7.2/sapi/cli/
H A Dphp_cli_process_title.c55 int length = 0; in PHP_FUNCTION() local
/PHP-7.2/ext/hash/
H A Dphp_hash_snefru.h34 unsigned char length; member

Completed in 77 milliseconds

12345