Searched refs:ERR_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
61 ERR_BUF_SIZE); in nxt_regex_compile()63 (void) nxt_sprintf(err->msg, err->msg + ERR_BUF_SIZE, in nxt_regex_compile()75 ERR_BUF_SIZE); in nxt_regex_compile()77 (void) nxt_sprintf(err->msg, err->msg + ERR_BUF_SIZE, in nxt_regex_compile()137 PCRE2_UCHAR errptr[ERR_BUF_SIZE]; in nxt_regex_match()144 if (pcre2_get_error_message(ret, errptr, ERR_BUF_SIZE) < 0) { in nxt_regex_match()
24 #define ERR_BUF_SIZE 256 macro25 u_char msg[ERR_BUF_SIZE];