Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c4689 #define Lstart F->temp_sptr[0] in match() macro
4821 Lstart = Feptr; /* Starting position */ in match()
4854 while (Feptr >= Lstart) in match()
4872 if (Feptr == Lstart) break; /* Failed after minimal repetition */ in match()
4873 Feptr = Lstart; in match()
4891 #undef Lstart in match()

Completed in 16 milliseconds