Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c212 #define H_SIZE 22 /* Minimum header size. */ macro
359 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) in archive_read_format_lha_bid()
375 if (window < (H_SIZE + 3)) in archive_read_format_lha_bid()
380 while (p + H_SIZE < (const char *)buff + bytes_avail) { in archive_read_format_lha_bid()
435 if (window < (H_SIZE + 3)) in lha_skip_sfx()
439 if (bytes < H_SIZE) in lha_skip_sfx()
448 while (p + H_SIZE < q) { in lha_skip_sfx()
498 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) { in archive_read_format_lha_read_header()