Home
last modified time | relevance | path

Searched refs:read_header (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_private.h84 int (*read_header)(struct archive_read_filter *self, struct archive_entry *entry); member
203 int (*read_header)(struct archive_read *, struct archive_entry *); member
236 int (*read_header)(struct archive_read *, struct archive_entry *),
H A Darchive_read_support_format_cpio.c177 int (*read_header)(struct archive_read *, struct cpio *, member
275 cpio->read_header = header_odc; in archive_read_format_cpio_bid()
283 cpio->read_header = header_odc; in archive_read_format_cpio_bid()
291 cpio->read_header = header_newc; in archive_read_format_cpio_bid()
300 cpio->read_header = header_newc; in archive_read_format_cpio_bid()
308 cpio->read_header = header_bin_be; in archive_read_format_cpio_bid()
313 cpio->read_header = header_bin_le; in archive_read_format_cpio_bid()
383 r = (cpio->read_header(a, cpio, entry, &namelength, &name_pad)); in archive_read_format_cpio_read_header()
H A Darchive_read.c607 if (!a->filter->vtable->read_header) in __archive_read_header()
609 return a->filter->vtable->read_header(a->filter, entry); in __archive_read_header()
647 r2 = (a->format->read_header)(a, entry); in _archive_read_next_header2()
1187 int (*read_header)(struct archive_read *, struct archive_entry *), in __archive_read_register_format()
1209 a->formats[i].read_header = read_header; in __archive_read_register_format()
H A Darchive_read_support_filter_gzip.c296 .read_header = gzip_read_header,
H A Darchive_read_support_format_mtree.c136 static int read_header(struct archive_read *,
289 …mtree_bid, archive_read_format_mtree_options, read_header, read_data, skip, NULL, cleanup, NULL, N… in archive_read_support_format_mtree()
1112 read_header(struct archive_read *a, struct archive_entry *entry) in read_header() function
H A Darchive_read_support_format_rar.c412 static int read_header(struct archive_read *, struct archive_entry *, char);
1018 return read_header(a, entry, head_type); in archive_read_format_rar_read_header()
1077 if ((ret = read_header(a, entry, head_type)) < ARCHIVE_WARN) in archive_read_format_rar_read_header()
1354 read_header(struct archive_read *a, struct archive_entry *entry, in read_header() function
/freebsd-13.1/usr.bin/dtc/
H A Dfdt.cc1562 bool &read_header) in parse_file() argument
1568 read_header = true; in parse_file()
1576 if (!read_header) in parse_file()
1948 bool read_header = false; in parse_dts() local
1950 parse_file(input, roots, read_header); in parse_dts()
H A Dfdt.hh912 bool &read_header);