Home
last modified time | relevance | path

Searched refs:http_open (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhttp.c614 static int http_open(URLContext *h, const char *uri, int flags, in http_open() function
1860 .url_open2 = http_open,
1882 .url_open2 = http_open,
/third_party/python/Lib/test/
Dtest_urllib2.py483 def http_open(self, req): member in MockHTTPHandler
521 def http_open(self, req): member in MockHTTPHandlerCheckAuth
1316 def http_open(self, req): member in HandlerTests.test_redirect_encoding.Handler
/third_party/python/Lib/urllib/
Drequest.py1376 def http_open(self, req): member in HTTPHandler
/third_party/python/Doc/library/
Durllib.request.rst1056 .. method:: HTTPHandler.http_open(req)