| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_regex.c | 113 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 D | ngx_inet.c | 206 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 D | ngx_syslog.c | 276 p = ngx_snprintf(p, len, "%s", buf); in ngx_syslog_writer()
|
| H A D | ngx_string.h | 154 u_char * ngx_cdecl ngx_snprintf(u_char *buf, size_t max, const char *fmt, ...);
|
| H A D | ngx_string.c | 135 ngx_snprintf(u_char *buf, size_t max, const char *fmt, ...) in ngx_snprintf() function
|
| H A D | ngx_cycle.c | 1036 len = ngx_snprintf(pid, NGX_INT64_LEN + 2, "%P%N", ngx_pid) - pid; in ngx_create_pidfile()
|
| H A D | ngx_resolver.c | 4385 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 D | ngx_mail_handler.c | 846 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 D | ngx_stream_handler.c | 366 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 D | ngx_stream_proxy_module.c | 1938 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 D | ngx_http_request.c | 3720 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 D | ngx_event_openssl_stapling.c | 1846 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 D | ngx_event_accept.c | 457 return ngx_snprintf(buf, len, " while accepting new connection on %V",
|