Home
last modified time | relevance | path

Searched defs:has_header (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dswapfs.c211 void ext2fs_swap_ext_attr(char *to, char *from, int bufsize, int has_header) in ext2fs_swap_ext_attr()
/third_party/python/Lib/
Dcsv.py383 def has_header(self, sample): member in Sniffer
/third_party/ffmpeg/libavformat/
Dhttp.c1206 static inline int has_header(const char *str, const char *header) in has_header() function
/third_party/python/Lib/urllib/
Drequest.py409 def has_header(self, header_name): member in Request