Home
last modified time | relevance | path

Searched refs:check_header (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dgzio.c79 local void check_header OF((gz_stream *s));
198 check_header(s); /* skip the .gz header */
288 local void check_header(s) in check_header() function
481 check_header(s);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dconfig.py334 def check_header(self, header, include_dirs=None, library_dirs=None, member in config