Searched defs:capture_last_found (Results 1 - 1 of 1) sorted by relevance

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

Completed in 457 milliseconds