Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7984 uint32_t lookbehindlength; in compile_regex() local
8026 lookbehindlength = META_DATA(pptr[-1]); in compile_regex()
8029 else lookbehindlength = 0; in compile_regex()
8058 if (lookbehind && lookbehindlength > 0) in compile_regex()
8061 PUTINC(code, 0, lookbehindlength); in compile_regex()
8218 lookbehindlength = META_DATA(*pptr); in compile_regex()

Completed in 28 milliseconds