Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c8393 uint32_t lookbehindlength; in compile_regex() local
8436 lookbehindlength = META_DATA(pptr[-1]); in compile_regex()
8440 else lookbehindlength = lookbehindminlength = 0; in compile_regex()
8475 if (lookbehind && lookbehindlength > 0) in compile_regex()
8478 lookbehindminlength == lookbehindlength) in compile_regex()
8481 PUT2INC(code, 0, lookbehindlength); in compile_regex()
8488 PUT2INC(code, 0, lookbehindlength); in compile_regex()
8642 lookbehindlength = META_DATA(*pptr); in compile_regex()

Completed in 42 milliseconds