Home
last modified time | relevance | path

Searched refs:http_open (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhttp.c681 static int http_open(URLContext *h, const char *uri, int flags, in http_open() function
1998 .url_open2 = http_open,
2020 .url_open2 = http_open,
/third_party/python/Lib/test/
H A Dtest_urllib2.py453 [["http_error", "ftp_open"], ["http_open"]]
456 .http_open() on another. These methods just record their arguments and
460 [["http_error"], [("http_open", "return request")]]
463 .http_open() on another handler, which returns a Request object.
501 def http_open(self, req): member in MockHTTPHandler
539 def http_open(self, req): member in MockHTTPHandlerCheckAuth
593 ["http_open", "ftp_open", "http_error_302"],
595 [("http_open", "return self")],
596 [("http_open", "return self")],
602 # Second .http_open() get
1334 def http_open(self, req): global() member in HandlerTests.test_redirect_encoding.Handler
[all...]
/third_party/python/Lib/urllib/
H A Drequest.py1376 def http_open(self, req): member in HTTPHandler

Completed in 8 milliseconds