Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c1459 BOOL capture_last_found = FALSE; in get_framesize() local
1475 capture_last_found = TRUE; in get_framesize()
1522 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
1525 capture_last_found = TRUE; in get_framesize()
1535 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
1538 capture_last_found = TRUE; in get_framesize()
1640 BOOL capture_last_found = FALSE; in init_frame() local
1708 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
1715 capture_last_found = TRUE; in init_frame()
1724 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
[all …]

Completed in 27 milliseconds