HomeSort by relevance Sort by last modified time
    Searched refs:Chunked (Results 1 - 4 of 4) 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...]
upload_data_stream.cc 30 UploadDataStream::UploadDataStream(Chunked /*chunked*/, int64 identifier)
71 // If the upload data is chunked, check if the last chunk is appended and all
100 // zero, since for chunked uploads, we may not know the total size.
206 // Chunked transfers may only contain byte readers, so cannot have read
  /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.
phFriNfc_NdefReg.c 351 /* Copy the chunked flag info to the callback parameter */
352 NdefReg->CbParam->Chunked[count] = (NdefReg->RecordsExtracted->Flags & \
476 won't parse correctly chunked records */
570 /* Copy the chunked flag info to the callback parameter */
571 NdefReg->CbParam->Chunked[count] = NdefReg->IsChunked[NdefReg->RecordIndex];
590 when there are chunked records */

Completed in 198 milliseconds