Home
last modified time | relevance | path

Searched refs:ngx_vslprintf (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h157 u_char *ngx_vslprintf(u_char *buf, u_char *last, const char *fmt, va_list args);
159 ngx_vslprintf(buf, buf + (max), fmt, args)
H A Dngx_log.c135 p = ngx_vslprintf(p, last, fmt, args); in ngx_log_error_core()
140 p = ngx_vslprintf(p, last, fmt, args); in ngx_log_error_core()
270 p = ngx_vslprintf(p, last, fmt, args); in ngx_log_stderr()
H A Dngx_string.c127 p = ngx_vslprintf(buf, (void *) -1, fmt, args); in ngx_sprintf()
141 p = ngx_vslprintf(buf, buf + max, fmt, args); in ngx_snprintf()
155 p = ngx_vslprintf(buf, last, fmt, args); in ngx_slprintf()
163 ngx_vslprintf(u_char *buf, u_char *last, const char *fmt, va_list args) in ngx_vslprintf() function
H A Dngx_conf_file.c1001 p = ngx_vslprintf(errstr, last, fmt, args); in ngx_conf_log_error()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.c2994 p = ngx_vslprintf(errstr, last - 1, fmt, args); in ngx_ssl_error()