Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c2043 BOOL capture_last_found = FALSE; in get_framesize() local
2059 capture_last_found = TRUE; in get_framesize()
2107 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
2110 capture_last_found = TRUE; in get_framesize()
2120 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
2123 capture_last_found = TRUE; in get_framesize()
2230 BOOL capture_last_found = FALSE; in init_frame() local
2299 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
2306 capture_last_found = TRUE; in init_frame()
2315 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
[all …]

Completed in 27 milliseconds