Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c1519 BOOL setmark_found = recursive; in get_framesize() local
1563 if (!setmark_found) in get_framesize()
1566 setmark_found = TRUE; in get_framesize()
1580 if (common->mark_ptr != 0 && !setmark_found) in get_framesize()
1583 setmark_found = TRUE; in get_framesize()
1703 BOOL setmark_found = FALSE; in init_frame() local
1743 if (!setmark_found) in init_frame()
1750 setmark_found = TRUE; in init_frame()
1765 if (common->mark_ptr != 0 && !setmark_found) in init_frame()
1772 setmark_found = TRUE; in init_frame()
[all …]