Searched refs:NGX_MAX_ERROR_STR (Results 1 – 5 of 5) sorted by relevance
113 u_char errstr[NGX_MAX_ERROR_STR]; in ngx_log_error_core()115 last = errstr + NGX_MAX_ERROR_STR; in ngx_log_error_core()263 u_char errstr[NGX_MAX_ERROR_STR]; in ngx_log_stderr()265 last = errstr + NGX_MAX_ERROR_STR; in ngx_log_stderr()602 + NGX_MAX_ERROR_STR;
13 NGX_MAX_ERROR_STR + sizeof("<255>Jan 01 00:00:00 ") - 1 \
76 #define NGX_MAX_ERROR_STR 2048 macro
470 u_char buf[NGX_MAX_ERROR_STR]; in ngx_http_xslt_sax_error()477 n = (size_t) vsnprintf((char *) buf, NGX_MAX_ERROR_STR, msg, args); in ngx_http_xslt_sax_error()
1376 if (len > NGX_MAX_ERROR_STR - 300) { in ngx_http_process_request_headers()1377 len = NGX_MAX_ERROR_STR - 300; in ngx_http_process_request_headers()