Home
last modified time | relevance | path

Searched refs:Lxclass_data (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_match.c2029 #define Lxclass_data F->temp_sptr[1] in match() macro
2036 Lxclass_data = Fecode + 1 + LINK_SIZE; /* Save for matching */ in match()
2081 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2104 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2127 if (!PRIV(xclass)(fc, Lxclass_data, utf)) break; in match()
2154 #undef Lxclass_data in match()