Home
last modified time | relevance | path

Searched refs:detect_magic (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/cudbg/
H A Dfastlz.h47 int detect_magic(struct cudbg_buffer *);
H A Dfastlz_api.c283 int detect_magic(struct cudbg_buffer *_c_buff) in detect_magic() function
332 if (!detect_magic(compressed_buffer)) in validate_buffer()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c758 unsigned int detect_magic:1; member
1736 if (iso9660->zisofs.detect_magic) in write_iso9660_data()
1778 if (iso9660->zisofs.detect_magic) in write_iso9660_data()
7433 iso9660->zisofs.detect_magic = 0; in zisofs_init()
7442 iso9660->zisofs.detect_magic = 1; in zisofs_init()
7445 if (!iso9660->zisofs.detect_magic) in zisofs_init()
7552 iso9660->zisofs.detect_magic = 0; in zisofs_detect_magic()