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

  /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/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.cpp 366 size_t content_length = 0; local
375 content_length = total_length = 1; // The command is one byte long...
390 content_length = hash_pos - 1;
397 content_length = std::string::npos;
436 if (content_length == std::string::npos)
445 assert (content_length <= m_bytes.size());
447 assert (content_length <= total_length);
467 packet_str.assign (m_bytes, content_start, content_length);
  /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);
403 h->content_length);
457 if (h->got_content_length && h->content_length == 0) {
506 new_alloc_nbytes < (h->content_length + 1))
507 new_alloc_nbytes = h->content_length + 1;
594 h->body_nbytes >= h->content_length) {
    [all...]
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
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...]
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...]
  /external/jetty/src/java/org/eclipse/jetty/servlet/
DefaultServlet.java 863 long content_length; local
    [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.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 465 milliseconds