Searched refs:ngx_slprintf (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_log.c | 120 p = ngx_slprintf(p, last, " [%V] ", &err_levels[level]); in ngx_log_error_core() 123 p = ngx_slprintf(p, last, "%P#" NGX_TID_T_FMT ": ", in ngx_log_error_core() 127 p = ngx_slprintf(p, last, "*%uA ", log->connection); in ngx_log_error_core() 301 buf = ngx_slprintf(buf, last, ((unsigned) err < 0x80000000) in ngx_log_errno() 304 buf = ngx_slprintf(buf, last, " (%d: ", err); in ngx_log_errno() 624 buf->pos = ngx_slprintf(buf->start, buf->end, "MEMLOG %uz %V:%ui%N",
|
| H A D | ngx_proxy_protocol.c | 211 return ngx_slprintf(buf, last, " %ui %ui" CRLF, port, lport); in ngx_proxy_protocol_write()
|
| H A D | ngx_string.h | 155 u_char * ngx_cdecl ngx_slprintf(u_char *buf, u_char *last, const char *fmt,
|
| H A D | ngx_string.c | 149 ngx_slprintf(u_char *buf, u_char *last, const char *fmt, ...) in ngx_slprintf() function
|