Searched refs:th_hsize (Results 1 – 3 of 3) sorted by relevance
86 th->th_hsize = 14 + strlen (version_str) + 1 + strlen (name) + 1; in yytbl_hdr_init()87 th->th_hsize += yypad64 (th->th_hsize); in yytbl_hdr_init()146 || yytbl_write32 (wr, th->th_hsize) < 0) in yytbl_hdr_fwrite()174 if (bwritten != (int) th->th_hsize) in yytbl_hdr_fwrite()
111 flex_uint32_t th_hsize; /**< Size of this header in bytes. */ member
3075 if (yytbl_read32 (&(th->th_hsize), rd) != 03081 if (th->th_hsize < 16 || th->th_hsize > 1024){3087 bytes = th->th_hsize - 14;3361 fseek(rd.fp, th.th_ssize - th.th_hsize, SEEK_CUR);