Home
last modified time | relevance | path

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

/external/syslinux/efi/
Dpxe.c13 { "http", http_open, O_DIRECTORY },
/external/syslinux/gpxe/src/net/tcp/
Dhttp.c589 static int http_open ( struct xfer_interface *xfer, struct uri *uri ) { in http_open() function
596 .open = http_open,
/external/syslinux/core/fs/pxe/
Dpxe.h250 void http_open(struct url_info *url, int flags, struct inode *inode,
Dhttp.c155 void http_open(struct url_info *url, int flags, struct inode *inode, in http_open() function
Dcore.c13 { "http", http_open, O_DIRECTORY },
/external/python/cpython2/Lib/
Durllib2.py1227 def http_open(self, req): member in HTTPHandler
/external/python/cpython2/Lib/test/
Dtest_urllib2.py422 def http_open(self, req): member in MockHTTPHandler
/external/python/cpython2/Doc/library/
Durllib2.rst853 .. method:: HTTPHandler.http_open(req)