Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c1941 BOOL capture_last_found = FALSE; in get_framesize() local
1957 capture_last_found = TRUE; in get_framesize()
2005 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
2008 capture_last_found = TRUE; in get_framesize()
2018 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
2021 capture_last_found = TRUE; in get_framesize()
2125 BOOL capture_last_found = FALSE; in init_frame() local
2194 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
2201 capture_last_found = TRUE; in init_frame()
2210 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
[all …]