Searched refs:lookahead (Results 1 – 5 of 5) sorted by relevance
814 if (strm->avail_in != 0 || s->lookahead != 0 ||848 if (s->lookahead == 0) {1036 s->lookahead = 0;1104 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;1200 if ((uInt)best_len <= s->lookahead) return (uInt)best_len;1201 return s->lookahead;1260 return (uInt)len <= s->lookahead ? (uInt)len : s->lookahead;1312 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);1316 if (more == 0 && s->strstart == 0 && s->lookahead == 0) {1378 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);[all …]
158 uInt lookahead; /* number of valid bytes ahead in window */ member
1070 - The only way there can be no lookahead present (in yychar) is if1072 detecting the absence of a lookahead is sufficient to determine1075 - Don't assume there isn't a lookahead just because this state is a1080 correct lookahead information, and it depends on the parser not1081 to perform extra reductions after fetching a lookahead from the1199 /* The lookahead symbol. */1202 /* The semantic value of the lookahead symbol. */1204 /* Location data for the lookahead symbol. */1379 lookahead token if we need one and don't already have one. */1381 /* First try to decide what to do without reference to lookahead token. */[all …]
1089 - The only way there can be no lookahead present (in yychar) is if1091 detecting the absence of a lookahead is sufficient to determine1094 - Don't assume there isn't a lookahead just because this state is a1099 correct lookahead information, and it depends on the parser not1100 to perform extra reductions after fetching a lookahead from the1255 /* The lookahead symbol. */1258 /* The semantic value of the lookahead symbol. */1412 lookahead token if we need one and don't already have one. */1414 /* First try to decide what to do without reference to lookahead token. */1419 /* Not known => get a lookahead token if don't already have one. */[all …]
183 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);