Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c758 unsigned int detect_magic:1; member
1731 if (iso9660->zisofs.detect_magic) in write_iso9660_data()
1773 if (iso9660->zisofs.detect_magic) in write_iso9660_data()
7422 iso9660->zisofs.detect_magic = 0; in zisofs_init()
7431 iso9660->zisofs.detect_magic = 1; in zisofs_init()
7434 if (!iso9660->zisofs.detect_magic) in zisofs_init()
7541 iso9660->zisofs.detect_magic = 0; in zisofs_detect_magic()