Searched refs:H_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c209 #define H_SIZE 22 /* Minimum header size. */ macro
358 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL)
374 if (window < (H_SIZE + 3))
379 while (p + H_SIZE < (const char *)buff + bytes_avail) {
434 if (window < (H_SIZE + 3))
438 if (bytes < H_SIZE)
447 while (p + H_SIZE < q) {
495 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) {

Completed in 67 milliseconds