Searched refs:http_open (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ | ||
D | http.c | 614 static int http_open(URLContext *h, const char *uri, int flags, in http_open() function |
/third_party/python/Lib/test/ | ||
D | test_urllib2.py | 483 def http_open(self, req): member in MockHTTPHandler |
/third_party/python/Lib/urllib/ | ||
D | request.py | 1376 def http_open(self, req): member in HTTPHandler |
/third_party/python/Doc/library/ | ||
D | urllib.request.rst | 1056 .. method:: HTTPHandler.http_open(req) |