Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py153 def __init__(self, url, code, msg, hdrs, fp): argument
156 self.hdrs = hdrs
164 self.__super_init(fp, hdrs, url, code)
297 hdrs = self.unredirected_hdrs.copy()
298 hdrs.update(self.headers)
299 return hdrs.items()
507 code, msg, hdrs = response.code, response.msg, response.info()
513 'http', request, response, code, msg, hdrs)
520 def http_error_default(self, req, fp, code, msg, hdrs): argument
521 raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
Durllib.py232 hdrs = fp.info()
234 return url2pathname(splithost(url1)[1]), hdrs
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/
DEfiProcessPeImage.cmm22 ; offset to debug dir in PE hdrs
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py770 hdrs = r.info()
771 hdrs.get; hdrs.has_key # r.info() gives dict from .getreply()