Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_warc.c103 static int _warc_header(struct archive_write *a, struct archive_entry *entry);
149 a->format_write_header = _warc_header; in archive_write_set_format_warc()
181 _warc_header(struct archive_write *a, struct archive_entry *entry) in _warc_header() function