HomeSort by relevance Sort by last modified time
    Searched defs:content_length (Results 1 - 20 of 20) sorted by null

  /external/curl/tests/libtest/
lib566.c 31 double content_length = 3; local
52 &content_length);
55 fprintf(moo, "CL: %.0f\n", content_length);
lib599.c 46 double content_length = 0.0; local
81 &content_length);
84 fprintf(moo, "CL: %.0f\n", content_length);
  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.h 85 size_t content_length() const { return content_length_; } function in class:DataSocket
  /external/google-breakpad/src/common/windows/
http_upload.cc 199 wchar_t content_length[32]; local
200 DWORD content_length_size = sizeof(content_length);
205 static_cast<LPVOID>(&content_length),
208 claimed_size = wcstol(content_length, NULL, 10);
  /external/skia/third_party/shaderc/
shaderc.h 182 size_t content_length; member in struct:shaderc_includer_response
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 296 size_t* content_length) {
309 if (GetHeaderValue(*data, i, "\r\nContent-Length: ", content_length)) {
310 size_t total_response_size = (i + 4) + *content_length;
333 size_t content_length = 0; local
334 if (ReadIntoBuffer(socket, &control_data_, &content_length)) {
336 bool ok = ParseServerResponse(control_data_, content_length, &peer_id,
346 if (content_length) {
385 size_t content_length = 0; local
386 if (ReadIntoBuffer(socket, &notification_data_, &content_length)) {
388 bool ok = ParseServerResponse(notification_data_, content_length,
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.c 69 int content_length; /* body length, iff got_content_length */ member in struct:httpread
168 h->content_length = atol(hbp);
169 if (h->content_length < 0 || h->content_length > h->max_bytes) {
172 h->content_length);
401 h->content_length);
455 if (h->got_content_length && h->content_length == 0) {
504 new_alloc_nbytes < (h->content_length + 1))
505 new_alloc_nbytes = h->content_length + 1;
595 h->body_nbytes >= h->content_length) {
    [all...]
  /system/update_engine/
test_http_server.cc 194 const off_t content_length = end_offset - start_offset;; local
210 ret = WriteString(fd, string("Content-Length: ") + Itoa(content_length) +
  /external/chromium-trace/catapult/third_party/WebOb/webob/
request.py 229 fs_environ.setdefault('CONTENT_LENGTH', '0')
246 # resets content_length
248 r.content_length = fout.tell()
260 Setting this property resets the content_length and seekable flag
266 clen = self.content_length
290 self.content_length = None
308 If you access this value, CONTENT_LENGTH will also be updated.
318 content_length = converter( variable in class:BaseRequest
319 environ_getter('CONTENT_LENGTH', None, '14.13'),
701 self.make_body_seekable() # we need this to have content_length
    [all...]
response.py 196 body = fp.read(r.content_length or 0)
355 # leave content_length alone
357 elif self.content_length is None:
358 self.content_length = len(body)
359 elif self.content_length != len(body):
363 % (self.content_length, len(body))
379 self.content_length = len(value)
383 # #self.content_length = None
472 self.content_length = sum(len(chunk) for chunk in app_iter)
474 if self.content_length is not None
517 content_length = converter( variable in class:Response
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlet/
DefaultServlet.java 863 long content_length; local
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 488 size_t content_length = 0; local
489 if (this->document->GetAvailable(&content_length)) {
491 sprintfn(buffer, sizeof(buffer), "%d", content_length);
  /external/jetty/src/java/org/eclipse/jetty/server/
Request.java 304 int content_length = getContentLength(); local
305 if (content_length != 0)
350 if (content_length > maxFormContentSize && maxFormContentSize > 0)
352 throw new IllegalStateException("Form too large " + content_length + ">" + maxFormContentSize);
357 UrlEncoded.decodeTo(in,_baseParameters,encoding,content_length < 0?maxFormContentSize:-1,maxFormKeys);
    [all...]
  /external/libevent/
http.c 517 /* Add a "Content-Length" header with value 'content_length' to headers,
521 size_t content_length)
527 EV_SIZE_ARG(content_length));
1852 const char *content_length; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 6049 bfd_size_type content_length; member in struct:section_cache_struct
6155 bfd_size_type content_length; member in struct:ebb_struct
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 696 milliseconds