Home | History | Annotate | Download | only in misc

Lines Matching refs:hdr_size

197 static void write_header(int fd, void *hdr, int hdr_size, int wrt_size)
203 if (hdr_size > wrt_size) {
218 memcpy(header_buf, hdr, hdr_size);