Home
last modified time | relevance | path

Searched defs:read_header (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_private.h84 int (*read_header)(struct archive_read_filter *self, struct archive_entry *entry); global() member
203 int (*read_header)(struct archive_read *, struct archive_entry *); global() member
H A Darchive_read_support_format_cpio.c176 int (*read_header)(struct archive_read *, struct cpio *, member
H A Darchive_read_support_format_mtree.c1113 read_header(struct archive_read *a, struct archive_entry *entry) in read_header() function
H A Darchive_read_support_format_rar.c1364 read_header(struct archive_read *a, struct archive_entry *entry, in read_header() function
/freebsd/usr.bin/dtc/
H A Dfdt.cc1611 bool &read_header) in parse_file()
2028 bool read_header = false; in parse_dts() local
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_file.c384 read_header(krb5_context context, FILE *fp, int *version_out) in read_header() function