Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c1044 #define Lstart_eptr F->temp_sptr[0] in match() macro
1200 Lstart_eptr = Feptr; in match()
1223 if (Feptr <= Lstart_eptr) break; in match()
1297 Lstart_eptr = Feptr; in match()
1312 if (Feptr == Lstart_eptr) break; in match()
1354 Lstart_eptr = Feptr; in match()
1369 if (Feptr <= Lstart_eptr) break; in match()
1379 #undef Lstart_eptr in match()
1395 #define Lstart_eptr F->temp_sptr[0] in match() macro
1575 Lstart_eptr = Feptr; in match()
[all …]