Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_private.h102 int (*read_header)(struct archive_read_filter *self, struct archive_entry *entry); member
204 int (*read_header)(struct archive_read *, struct archive_entry *); member
237 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
273 cpio->read_header = header_odc; in archive_read_format_cpio_bid()
281 cpio->read_header = header_odc; in archive_read_format_cpio_bid()
289 cpio->read_header = header_newc; in archive_read_format_cpio_bid()
298 cpio->read_header = header_newc; in archive_read_format_cpio_bid()
306 cpio->read_header = header_bin_be; in archive_read_format_cpio_bid()
311 cpio->read_header = header_bin_le; in archive_read_format_cpio_bid()
377 r = (cpio->read_header(a, cpio, entry, &namelength, &name_pad)); in archive_read_format_cpio_read_header()
H A Darchive_read.c617 if (a->filter->read_header) in __archive_read_header()
618 return a->filter->read_header(a->filter, entry); in __archive_read_header()
658 r2 = (a->format->read_header)(a, entry); in _archive_read_next_header2()
1198 int (*read_header)(struct archive_read *, struct archive_entry *), in __archive_read_register_format()
1220 a->formats[i].read_header = read_header; in __archive_read_register_format()
H A Darchive_read_support_filter_gzip.c309 self->read_header = gzip_read_header; in gzip_bidder_init()
H A Darchive_read_support_format_mtree.c135 static int read_header(struct archive_read *,
266 …mtree_bid, archive_read_format_mtree_options, read_header, read_data, skip, NULL, cleanup, NULL, N… in archive_read_support_format_mtree()
1092 read_header(struct archive_read *a, struct archive_entry *entry) in read_header() function
H A Darchive_read_support_format_rar.c332 static int read_header(struct archive_read *, struct archive_entry *, char);
918 return read_header(a, entry, head_type); in archive_read_format_rar_read_header()
977 if ((ret = read_header(a, entry, head_type)) < ARCHIVE_WARN) in archive_read_format_rar_read_header()
1253 read_header(struct archive_read *a, struct archive_entry *entry, in read_header() function
/freebsd-12.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()
1940 bool read_header = false; in parse_dts() local
1942 parse_file(input, roots, read_header); in parse_dts()
H A Dfdt.hh903 bool &read_header);