Searched refs:codevalue (Results 1 – 1 of 1) sorted by relevance
749 uint32_t codevalue; in internal_dfa_match() local788 codevalue = *code; in internal_dfa_match()807 if (coptable[codevalue] > 0) in internal_dfa_match()840 switch (codevalue) in internal_dfa_match()1087 ((ctypes[c] & toptable1[codevalue]) ^ toptable2[codevalue]) != 0) in internal_dfa_match()1096 ((ctypes[c] & toptable1[codevalue]) ^ toptable2[codevalue]) != 0)) in internal_dfa_match()2444 (codevalue == OP_POSPLUS || codevalue == OP_NOTPOSPLUS)) in internal_dfa_match()2486 if (codevalue == OP_POSQUERY || codevalue == OP_NOTPOSQUERY) in internal_dfa_match()2527 if (codevalue == OP_POSSTAR || codevalue == OP_NOTPOSSTAR) in internal_dfa_match()2600 if (codevalue == OP_POSUPTO || codevalue == OP_NOTPOSUPTO) in internal_dfa_match()[all …]
Completed in 15 milliseconds