Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_private.h82 int (*read_header)(struct archive_read_filter *, struct archive_entry *); member
210 int (*read_header)(struct archive_read *, struct archive_entry *); member
243 int (*read_header)(struct archive_read *, struct archive_entry *),
H A Darchive_read_support_format_cpio.c179 int (*read_header)(struct archive_read *, struct cpio *, member
276 cpio->read_header = header_odc; in archive_read_format_cpio_bid()
284 cpio->read_header = header_odc; in archive_read_format_cpio_bid()
292 cpio->read_header = header_newc; in archive_read_format_cpio_bid()
301 cpio->read_header = header_newc; in archive_read_format_cpio_bid()
309 cpio->read_header = header_bin_be; in archive_read_format_cpio_bid()
314 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.c627 if (!a->filter->vtable->read_header) in __archive_read_header()
629 return a->filter->vtable->read_header(a->filter, entry); in __archive_read_header()
672 r2 = (a->format->read_header)(a, entry); in _archive_read_next_header2()
1246 int (*read_header)(struct archive_read *, struct archive_entry *), in __archive_read_register_format()
1268 a->formats[i].read_header = read_header; in __archive_read_register_format()
H A Darchive_read_support_filter_gzip.c295 .read_header = gzip_read_header,
H A Darchive_read_support_format_mtree.c137 static int read_header(struct archive_read *,
237 …mtree_bid, archive_read_format_mtree_options, read_header, read_data, skip, NULL, cleanup, NULL, N… in archive_read_support_format_mtree()
1067 read_header(struct archive_read *a, struct archive_entry *entry) in read_header() function
H A Darchive_read_support_filter_uu.c363 .read_header = uudecode_read_header
H A Darchive_read_support_format_rar.c411 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()
1083 if ((ret = read_header(a, entry, head_type)) < ARCHIVE_WARN) in archive_read_format_rar_read_header()
1361 read_header(struct archive_read *a, struct archive_entry *entry, in read_header() function
/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
723 ret = read_header(context, fp, &version); in fcc_start_seq_get()
964 ret = read_header(context, fp, &version); in fcc_get_principal()
1003 ret = read_header(context, fp, &version); in fcc_store()
/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);