Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c1248 BOOL capture_last_found = FALSE; in get_framesize() local
1264 capture_last_found = TRUE; in get_framesize()
1311 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
1314 capture_last_found = TRUE; in get_framesize()
1324 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
1327 capture_last_found = TRUE; in get_framesize()
1421 BOOL capture_last_found = FALSE; in init_frame() local
1489 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
1496 capture_last_found = TRUE; in init_frame()
1505 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
[all …]