Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c5287 int okreturn = -1; in compile_branch() local
5447 if (matched_char && !had_accept) okreturn = 1; in compile_branch()
5469 return okreturn; in compile_branch()
7982 int okreturn = 1; in compile_regex() local
8077 if (branch_return < 0) okreturn = -1; in compile_regex()
8191 return okreturn; in compile_regex()