HomeSort by relevance Sort by last modified time
    Searched refs:coptable (Results 1 - 2 of 2) sorted by null

  /external/pcre/
pcre_internal.h     [all...]
pcre_dfa_exec.c 116 static const uschar coptable[] = { variable
678 if (coptable[codevalue] > 0)
682 if (utf8) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else
684 d = code[coptable[codevalue]];
715 time error if the vectors coptable or poptable, which are indexed by
722 ((sizeof(coptable) == OP_TABLE_LENGTH) &&
    [all...]

Completed in 96 milliseconds