Searched refs:patnext (Results 1 – 1 of 1) sorted by relevance
167 const u_char *patnext; local178 patnext = (u_char *) pattern;192 while (bufnext < bufend && (c = *patnext++) != EOS)196 while (bufnext < bufend && (c = *patnext++) != EOS)198 if ((c = *patnext++) == EOS) {200 --patnext;
Completed in 15 milliseconds