Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c1113 #define Lstart_eptr F->temp_sptr[0] in match() macro
1269 Lstart_eptr = Feptr; in match()
1292 if (Feptr <= Lstart_eptr) break; in match()
1370 Lstart_eptr = Feptr; in match()
1385 if (Feptr == Lstart_eptr) break; in match()
1427 Lstart_eptr = Feptr; in match()
1442 if (Feptr <= Lstart_eptr) break; in match()
1452 #undef Lstart_eptr in match()
1468 #define Lstart_eptr F->temp_sptr[0] in match() macro
1648 Lstart_eptr = Feptr; in match()
[all …]