Searched refs:endcomment (Results 1 – 2 of 2) sorted by relevance
38 uint8_t *endcomment; member119 h->endcomment = p; in readgz_header()204 len = h.endcomment-h.comment; in zverify()228 copy_blocks(fdout, fdin, p, h.endcomment, bufsize, bufend); in zverify()
57 #define endcomment(where) (where[-1] == '*' && where[0] == '/') macro190 if (endcomment(where)) {