Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_private.h82 int (*read_header)(struct archive_read_filter *self, struct archive_entry *entry);
201 int (*read_header)(struct archive_read *, struct archive_entry *);
234 int (*read_header)(struct archive_read *, struct archive_entry *),
84 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
274 cpio->read_header = header_odc; in archive_read_format_cpio_bid()
282 cpio->read_header = header_odc; in archive_read_format_cpio_bid()
290 cpio->read_header = header_newc; in archive_read_format_cpio_bid()
299 cpio->read_header = header_newc; in archive_read_format_cpio_bid()
307 cpio->read_header = header_bin_be; in archive_read_format_cpio_bid()
312 cpio->read_header = header_bin_le; in archive_read_format_cpio_bid()
382 r = (cpio->read_header(a, cpio, entry, &namelength, &name_pad)); in archive_read_format_cpio_read_header()
H A Darchive_read.c606 if (!a->filter->vtable->read_header) in __archive_read_header()
608 return a->filter->vtable->read_header(a->filter, entry); in __archive_read_header()
646 r2 = (a->format->read_header)(a, entry); in _archive_read_next_header2()
1186 int (*read_header)(struct archive_read *, struct archive_entry *), in __archive_read_register_format()
1208 a->formats[i].read_header = read_header; in __archive_read_register_format()
H A Darchive_read_support_filter_gzip.c303 .read_header = gzip_read_header,
H A Darchive_read_support_format_mtree.c135 static int read_header(struct archive_read *,
288 …mtree_bid, archive_read_format_mtree_options, read_header, read_data, skip, NULL, cleanup, NULL, N… in archive_read_support_format_mtree()
1113 read_header(struct archive_read *a, struct archive_entry *entry) in read_header() function
H A Darchive_read_support_filter_uu.c365 .read_header = uudecode_read_header
H A Darchive_read_support_format_rar.c412 static int read_header(struct archive_read *, struct archive_entry *, char);
1020 return read_header(a, entry, head_type); in archive_read_format_rar_read_header()
1081 if ((ret = read_header(a, entry, head_type)) < ARCHIVE_WARN) in archive_read_format_rar_read_header()
1358 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() argument
1617 read_header = true; in parse_file()
1625 if (!read_header) in parse_file()
2028 bool read_header = false; in parse_dts() local
2030 parse_file(input, roots, read_header); in parse_dts()
H A Dfdt.hh918 bool &read_header);