Home
last modified time | relevance | path

Searched refs:ngx_snprintf (Results 1 – 13 of 13) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_regex.c113 rc->err.len = ngx_snprintf(rc->err.data, rc->err.len, in ngx_regex_compile()
119 rc->err.len = ngx_snprintf(rc->err.data, rc->err.len, in ngx_regex_compile()
183 rc->err.len = ngx_snprintf(rc->err.data, rc->err.len, p, &rc->pattern, n) in ngx_regex_compile()
189 rc->err.len = ngx_snprintf(rc->err.data, rc->err.len, in ngx_regex_compile()
H A Dngx_inet.c206 p = ngx_snprintf(text, len, "%ud.%ud.%ud.%ud:%d", in ngx_sock_ntop()
209 p = ngx_snprintf(text, len, "%ud.%ud.%ud.%ud", in ngx_sock_ntop()
245 p = ngx_snprintf(text, len, "unix:%Z"); in ngx_sock_ntop()
250 p = ngx_snprintf(text, len, "unix:%*s%Z", n, saun->sun_path); in ngx_sock_ntop()
276 return ngx_snprintf(text, len, "%ud.%ud.%ud.%ud", in ngx_inet_ntop()
H A Dngx_syslog.c276 p = ngx_snprintf(p, len, "%s", buf); in ngx_syslog_writer()
H A Dngx_string.h154 u_char * ngx_cdecl ngx_snprintf(u_char *buf, size_t max, const char *fmt, ...);
H A Dngx_string.c135 ngx_snprintf(u_char *buf, size_t max, const char *fmt, ...) in ngx_snprintf() function
H A Dngx_cycle.c1036 len = ngx_snprintf(pid, NGX_INT64_LEN + 2, "%P%N", ngx_pid) - pid; in ngx_create_pidfile()
H A Dngx_resolver.c4385 p = ngx_snprintf(buf, len, " while %s", log->action); in ngx_resolver_log_error()
4392 p = ngx_snprintf(p, len, ", resolver: %V", &rec->server); in ngx_resolver_log_error()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_handler.c846 p = ngx_snprintf(buf, len, " while %s", log->action); in ngx_mail_log_error()
853 p = ngx_snprintf(buf, len, ", client: %V", ctx->client); in ngx_mail_log_error()
863 p = ngx_snprintf(buf, len, "%s, server: %V", in ngx_mail_log_error()
873 p = ngx_snprintf(buf, len, ", login: \"%V\"", &s->login); in ngx_mail_log_error()
881 p = ngx_snprintf(buf, len, ", upstream: %V", s->proxy->upstream.name); in ngx_mail_log_error()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_handler.c366 p = ngx_snprintf(buf, len, " while %s", log->action); in ngx_stream_log_error()
373 p = ngx_snprintf(buf, len, ", %sclient: %V, server: %V", in ngx_stream_log_error()
H A Dngx_stream_proxy_module.c1938 p = ngx_snprintf(p, len, ", upstream: \"%V\"", u->peer.name); in ngx_stream_proxy_log_error()
1944 p = ngx_snprintf(p, len, in ngx_stream_proxy_log_error()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c3720 p = ngx_snprintf(buf, len, " while %s", log->action); in ngx_http_log_error()
3727 p = ngx_snprintf(buf, len, ", client: %V", &ctx->connection->addr_text); in ngx_http_log_error()
3736 p = ngx_snprintf(p, len, ", server: %V", in ngx_http_log_error()
3755 p = ngx_snprintf(buf, len, ", server: %V", &cscf->server_name); in ngx_http_log_error_handler()
3771 p = ngx_snprintf(buf, len, ", request: \"%V\"", &r->request_line); in ngx_http_log_error_handler()
3777 p = ngx_snprintf(buf, len, ", subrequest: \"%V\"", &sr->uri); in ngx_http_log_error_handler()
3794 p = ngx_snprintf(buf, len, ", upstream: \"%V%V%s%V\"", in ngx_http_log_error_handler()
3802 p = ngx_snprintf(buf, len, ", host: \"%V\"", in ngx_http_log_error_handler()
3809 p = ngx_snprintf(buf, len, ", referrer: \"%V\"", in ngx_http_log_error_handler()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c1846 p = ngx_snprintf(buf, len, " while %s", log->action); in ngx_ssl_ocsp_log_error()
1854 p = ngx_snprintf(buf, len, ", responder: %V", &ctx->host); in ngx_ssl_ocsp_log_error()
1860 p = ngx_snprintf(buf, len, ", peer: %V", ctx->peer.name); in ngx_ssl_ocsp_log_error()
1866 p = ngx_snprintf(buf, len, ", certificate: \"%s\"", ctx->name); in ngx_ssl_ocsp_log_error()
H A Dngx_event_accept.c457 return ngx_snprintf(buf, len, " while accepting new connection on %V",