ngx_snprintf      999 core/ngx_cycle.c         len = ngx_snprintf(pid, NGX_INT64_LEN + 2, "%P%N", ngx_pid) - pid;
ngx_snprintf      200 core/ngx_inet.c             p = ngx_snprintf(text, len, "%ud.%ud.%ud.%ud:%d",
ngx_snprintf      203 core/ngx_inet.c             p = ngx_snprintf(text, len, "%ud.%ud.%ud.%ud",
ngx_snprintf      238 core/ngx_inet.c         return ngx_snprintf(text, len, "unix:%s%Z", saun->sun_path) - text - 1;
ngx_snprintf      259 core/ngx_inet.c         return ngx_snprintf(text, len, "%ud.%ud.%ud.%ud",
ngx_snprintf       80 core/ngx_regex.c            rc->err.len = ngx_snprintf(rc->err.data, rc->err.len,
ngx_snprintf       86 core/ngx_regex.c            rc->err.len = ngx_snprintf(rc->err.data, rc->err.len,
ngx_snprintf      133 core/ngx_regex.c     rc->err.len = ngx_snprintf(rc->err.data, rc->err.len, p, &rc->pattern, n)
ngx_snprintf     2088 core/ngx_resolver.c         p = ngx_snprintf(buf, len, " while %s", log->action);
ngx_snprintf     2095 core/ngx_resolver.c         p = ngx_snprintf(p, len, ", resolver: %V", &uc->server);
ngx_snprintf      149 core/ngx_string.h u_char * ngx_cdecl ngx_snprintf(u_char *buf, size_t max, const char *fmt, ...);
ngx_snprintf      425 event/ngx_event_accept.c     return ngx_snprintf(buf, len, " while accepting new connection on %V",
ngx_snprintf      635 http/modules/ngx_http_scgi_module.c     b->last = ngx_snprintf(b->last,
ngx_snprintf     3059 http/ngx_http_request.c         p = ngx_snprintf(buf, len, " while %s", log->action);
ngx_snprintf     3066 http/ngx_http_request.c     p = ngx_snprintf(buf, len, ", client: %V", &ctx->connection->addr_text);
ngx_snprintf     3075 http/ngx_http_request.c         p = ngx_snprintf(p, len, ", server: %V",
ngx_snprintf     3094 http/ngx_http_request.c     p = ngx_snprintf(buf, len, ", server: %V", &cscf->server_name);
ngx_snprintf     3110 http/ngx_http_request.c         p = ngx_snprintf(buf, len, ", request: \"%V\"", &r->request_line);
ngx_snprintf     3116 http/ngx_http_request.c         p = ngx_snprintf(buf, len, ", subrequest: \"%V\"", &sr->uri);
ngx_snprintf     3133 http/ngx_http_request.c         p = ngx_snprintf(buf, len, ", upstream: \"%V%V%s%V\"",
ngx_snprintf     3141 http/ngx_http_request.c         p = ngx_snprintf(buf, len, ", host: \"%V\"",
ngx_snprintf     3148 http/ngx_http_request.c         p = ngx_snprintf(buf, len, ", referrer: \"%V\"",
ngx_snprintf      734 mail/ngx_mail_handler.c         p = ngx_snprintf(buf, len, " while %s", log->action);
ngx_snprintf      741 mail/ngx_mail_handler.c     p = ngx_snprintf(buf, len, ", client: %V", ctx->client);
ngx_snprintf      751 mail/ngx_mail_handler.c     p = ngx_snprintf(buf, len, "%s, server: %V",
ngx_snprintf      761 mail/ngx_mail_handler.c     p = ngx_snprintf(buf, len, ", login: \"%V\"", &s->login);
ngx_snprintf      769 mail/ngx_mail_handler.c     p = ngx_snprintf(buf, len, ", upstream: %V", s->proxy->upstream.name);