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 *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
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.c599 if (!a->filter->vtable->read_header) in __archive_read_header()
601 return a->filter->vtable->read_header(a->filter, entry); in __archive_read_header()
639 r2 = (a->format->read_header)(a, entry); in _archive_read_next_header2()
1181 int (*read_header)(struct archive_read *, struct archive_entry *), in __archive_read_register_format()
1203 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.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()
1116 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);
1024 return read_header(a, entry, head_type); in archive_read_format_rar_read_header()
1087 if ((ret = read_header(a, entry, head_type)) < ARCHIVE_WARN) in archive_read_format_rar_read_header()
1362 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);