Searched refs:RRETURN (Results 1 – 1 of 1) sorted by relevance
329 #define RRETURN(ra) \ macro337 #define RRETURN(ra) return ra macro355 if (newframe == NULL) RRETURN(PCRE_ERROR_NOMEMORY);\374 #define RRETURN(ra)\ macro478 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \485 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \724 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT); in match()725 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT); in match()775 RRETURN(MATCH_SKIP); in match()777 RRETURN(rrc); in match()[all …]