Searched refs:ngx_vslprintf (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.h | 157 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 D | ngx_log.c | 135 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 D | ngx_string.c | 127 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 D | ngx_conf_file.c | 1001 p = ngx_vslprintf(errstr, last, fmt, args); in ngx_conf_log_error()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl.c | 2994 p = ngx_vslprintf(errstr, last - 1, fmt, args); in ngx_ssl_error()
|