Searched refs:get_header (Results 1 – 2 of 2) sorted by relevance
95 static int get_header(gz_stream *, char *, int);161 if (get_header(s, name, gotmagic) != 0) { in gz_open()300 get_header(gz_stream *s, char *name, int gotmagic) in get_header() function457 if (get_header(s, NULL, 0) != 0) { in gz_read()
187 sub get_header(){ subroutine