Searched refs:patnext (Results 1 – 1 of 1) sorted by relevance
174 const u_char *patnext; local185 patnext = (u_char *) pattern;199 while (bufnext < bufend && (c = *patnext++) != EOS)203 while (bufnext < bufend && (c = *patnext++) != EOS)205 if ((c = *patnext++) == EOS) {207 --patnext;
Completed in 5 milliseconds