Searched refs:http_open (Results 1 – 8 of 8) sorted by relevance
/external/syslinux/efi/ |
D | pxe.c | 13 { "http", http_open, O_DIRECTORY },
|
/external/syslinux/gpxe/src/net/tcp/ |
D | http.c | 589 static int http_open ( struct xfer_interface *xfer, struct uri *uri ) { in http_open() function 596 .open = http_open,
|
/external/syslinux/core/fs/pxe/ |
D | pxe.h | 250 void http_open(struct url_info *url, int flags, struct inode *inode,
|
D | http.c | 155 void http_open(struct url_info *url, int flags, struct inode *inode, in http_open() function
|
D | core.c | 13 { "http", http_open, O_DIRECTORY },
|
/external/python/cpython2/Lib/ |
D | urllib2.py | 1227 def http_open(self, req): member in HTTPHandler
|
/external/python/cpython2/Lib/test/ |
D | test_urllib2.py | 422 def http_open(self, req): member in MockHTTPHandler
|
/external/python/cpython2/Doc/library/ |
D | urllib2.rst | 853 .. method:: HTTPHandler.http_open(req)
|