HomeSort by relevance Sort by last modified time
    Searched refs:http_conn (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
boto_resumable_upload.py 271 def _UploadFileBytes(self, conn, http_conn, fp, file_length,
279 http_conn: Separate HTTPConnection for the transfer.
327 http_conn.putrequest('PUT', http_request.path)
329 http_conn.putheader(k, put_headers[k])
330 http_conn.endheaders()
334 http_conn.set_debuglevel(0)
336 http_conn.send(buf)
344 http_conn.set_debuglevel(conn.debug)
355 resp = http_conn.getresponse()
357 http_conn.set_debuglevel(conn.debug
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
key.py 768 def sender(http_conn, method, path, data, headers):
788 http_conn.putrequest(method, path, **skips)
790 http_conn.putheader(key, headers[key])
791 http_conn.endheaders()
799 if getattr(http_conn, 'debuglevel', 0) < 4:
800 http_conn.set_debuglevel(0)
    [all...]
  /external/curl/lib/
http2.c 87 const struct http_conn *c = &conn->proto.httpc;
116 struct http_conn *c = &conn->proto.httpc;
258 struct http_conn *c = &conn->proto.httpc;
378 struct http_conn *httpc;
447 struct http_conn *httpc = &conn->proto.httpc;
    [all...]
http.h 199 struct http_conn { struct
urldata.h     [all...]
http.c     [all...]
url.c     [all...]

Completed in 882 milliseconds