Searched defs:content_length (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp366 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/google-breakpad/src/common/windows/
H A Dhttp_upload.cc199 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/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c69 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/wpa_supplicant_8/src/wps/
H A Dhttpread.c69 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/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c69 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/
H A Dresponse.py196 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 i
517 content_length = converter( variable in class:Response
[all...]
H A Drequest.py246 # 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
318 content_length = converter( variable in class:BaseRequest
701 self.make_body_seekable() # we need this to have content_length
702 r = self.body_file.read(self.content_length)
713 self.content_length = None
716 self.content_length
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 279 milliseconds