Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c4991 #define Lstart F->temp_sptr[0] in match() macro
5123 Lstart = Feptr; /* Starting position */ in match()
5156 while (Feptr >= Lstart) in match()
5174 if (Feptr == Lstart) break; /* Failed after minimal repetition */ in match()
5175 Feptr = Lstart; in match()
5193 #undef Lstart in match()

Completed in 15 milliseconds