Searched refs:cth_flags (Results 1 – 4 of 4) sorted by relevance
131 #define cth_flags cth_preamble.ctp_flags macro
188 (void) printf(" cth_flags = 0x%02x\n", hp->cth_flags); in print_header()957 if (hp->cth_flags & CTF_F_COMPRESS) { in main()1011 h.cth_flags &= ~CTF_F_COMPRESS; in main()
617 h.cth_flags = do_compress ? CTF_F_COMPRESS : 0; in ctf_gen()1260 if (h->cth_flags & CTF_F_COMPRESS) { in ctf_load()1276 if (h->cth_flags & CTF_F_COMPRESS) in ctf_load()
634 if (hp.cth_flags & CTF_F_COMPRESS) { in ctf_bufopen()