is_gzip_buffer
if (is_gzip_buffer(p)) {
ret = is_gzip_buffer((const char *)&magic);
static int is_gzip_buffer(const char *);