Searched refs:contentLength (Results 1 – 7 of 7) sorted by relevance
62 long contentLength; field in CacheManager.CacheResult109 return contentLength; in getContentLength()259 public void setContentLength(long contentLength) { in setContentLength() argument260 this.contentLength = contentLength; in setContentLength()
31 String contentDisposition, String mimetype, long contentLength); in onDownloadStart() argument
143 int32_t contentLength = 0; in createFuzzData() local157 contentLength = in createFuzzData()159 mFuzzData.append(kContentLength + std::to_string(contentLength) + kNewLine); in createFuzzData()167 if (contentLength) { in createFuzzData()168 std::string contentData = mFdp.ConsumeBytesAsString(contentLength); in createFuzzData()169 contentData.resize(contentLength, kDefaultValue); in createFuzzData()
252 long contentLength = -1; in get() local254 contentLength = Long.parseLong(urlConnection.getHeaderField("Content-Length")); in get()258 if (contentLength > MAX_PAC_SIZE) { in get()259 throw new IOException("PAC too big: " + contentLength + " bytes"); in get()
61 connection.contentLength > fileSizeLimit -> { in fetch()
720 unsigned long contentLength = 0; in receiveRTSPReponse() local726 if (!ParseSingleUnsignedLong(value.c_str(), &contentLength)) { in receiveRTSPReponse()731 if (contentLength > 0) { in receiveRTSPReponse()732 response->mContent = new ABuffer(contentLength); in receiveRTSPReponse()734 if (receive(response->mContent->data(), contentLength) != OK) { in receiveRTSPReponse()
22754 HSPLcom/android/okhttp/internal/http/OkHeaders;->contentLength(Lcom/android/okhttp/Headers;)J22755 HSPLcom/android/okhttp/internal/http/OkHeaders;->contentLength(Lcom/android/okhttp/Request;)J22756 HSPLcom/android/okhttp/internal/http/OkHeaders;->contentLength(Lcom/android/okhttp/Response;)J22767 HSPLcom/android/okhttp/internal/http/RetryableSink;->contentLength()J