Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dtables.c89 th->th_hsize = (flex_uint32_t) (14 + strlen (version_str) + 1 + strlen (name) + 1); in yytbl_hdr_init()
90 th->th_hsize += yypad64 (th->th_hsize); in yytbl_hdr_init()
149 || yytbl_write32 (wr, th->th_hsize) < 0) in yytbl_hdr_fwrite()
177 if (bwritten != (int) th->th_hsize) in yytbl_hdr_fwrite()
H A Dtables_shared.h109 flex_uint32_t th_hsize; /**< Size of this header in bytes. */ member
H A Dflex.skl3049 if (yytbl_read32 (&(th->th_hsize), rd) != 0
3055 if (th->th_hsize < 16 || th->th_hsize > 1024){
3061 bytes = th->th_hsize - 14;
3338 fseek(rd.fp, th.th_ssize - th.th_hsize, SEEK_CUR);