Searched defs:TokenSource (Results 1 – 1 of 1) sorted by relevance
8 typedef struct TokenSource TokenSource; typedef9 struct TokenSource struct11 int i; // index of next byte to use12 uchar* data; // all the data13 int edata; // data[0:edata] is valid14 int chset; // one of US_Ascii, etc.15 int mtype; // TextHtml or TextPlain