Searched refs:RRETURN (Results 1 – 1 of 1) sorted by relevance
302 #define RRETURN(ra) return ra macro318 if (newframe == NULL) RRETURN(PCRE2_ERROR_NOMEMORY);\335 #define RRETURN(ra)\ macro544 if (mb->partial > 1) RRETURN(PCRE2_ERROR_PARTIAL); \551 if (mb->partial > 1) RRETURN(PCRE2_ERROR_PARTIAL); \770 if (mb->match_call_count++ >= mb->match_limit) RRETURN(PCRE2_ERROR_MATCHLIMIT); in match()771 if (rdepth >= mb->match_limit_recursion) RRETURN(PCRE2_ERROR_RECURSIONLIMIT); in match()821 RRETURN(MATCH_SKIP); in match()823 RRETURN(rrc); in match()826 RRETURN(MATCH_NOMATCH); in match()[all …]