Searched refs:patnext (Results 1 – 1 of 1) sorted by relevance
166 const u_char *patnext; local177 patnext = (u_char *) pattern;191 while (bufnext < bufend && (c = *patnext++) != EOS)195 while (bufnext < bufend && (c = *patnext++) != EOS)197 if ((c = *patnext++) == EOS) {199 --patnext;
Completed in 21 milliseconds