Searched refs:FIXED_HDR (Results 1 – 3 of 3) sorted by relevance
22 #define FIXED_HDR (4 + 8 + 8 + 4 + 4) /* Without magic */ macro51 headers_bytes < FIXED_HDR + comments_bytes || in startread()70 lsx_seeki(ft, (off_t)(headers_bytes - FIXED_HDR - comments_bytes), SEEK_CUR); in startread()87 ||lsx_writedw(ft, FIXED_HDR + (unsigned)comments_bytes) in write_header()
31 #define FIXED_HDR 24 macro155 if (hdr_size < FIXED_HDR) { in startread()159 if (hdr_size < FIXED_HDR + 4) in startread()179 if (hdr_size > FIXED_HDR) { in startread()180 size_t info_size = hdr_size - FIXED_HDR; in startread()209 ||lsx_writedw(ft, FIXED_HDR + (unsigned)info_len) in write_header()
34 #define FIXED_HDR 1024 macro112 if (lsx_skipbytes(ft, FIXED_HDR - (size_t)lsx_tell(ft))) in startread()121 size_t len = min(FIXED_HDR - 26, strlen(comment)) + 1; /* null-terminated */ in write_header()132 ||lsx_padbytes(ft, FIXED_HDR - 20 - len); in write_header()