OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Chunked
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/base/
upload_data_stream.h
24
// An enum used to construct
chunked
data stream.
25
enum
Chunked
{
CHUNKED
};
27
// Constructs a non-
chunked
data stream.
31
// Constructs a
chunked
data stream.
32
UploadDataStream(
Chunked
chunked
, int64 identifier);
75
// for example, if the file is truncated. When the data is
chunked
, size()
94
// Adds the given chunk of bytes to be sent with
chunked
transfer encoding.
133
// |total_size_| is set to zero when the data is
chunked
[
all
...]
/external/libnfc-nxp/src/
phFriNfc_NdefReg.h
136
/** Indicates whether a record is
chunked
or not. */
137
uint8_t
Chunked
[PH_FRINFC_NDEFREG_MAX_RTD];
247
uint8_t *IsChunked; /**< \internal Array of
chunked
flags */
255
won't parse correctly
chunked
records */
298
*
Chunked
record flags.
Completed in 119 milliseconds