Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dtables_shared.h110 flex_uint32_t th_ssize; /**< Size of this dataset, in bytes, including header. */ member
H A Dtables.c91 th->th_ssize = 0; // Not known at this point. in yytbl_hdr_init()
156 if (yytbl_write32 (wr, th->th_ssize) < 0 in yytbl_hdr_fwrite()
H A Dflex.skl3050 || yytbl_read32 (&(th->th_ssize), rd) != 0
3338 fseek(rd.fp, th.th_ssize - th.th_hsize, SEEK_CUR);
3346 while (rd.bread < th.th_ssize){