Searched refs:nxt_vsprintf (Results 1 – 12 of 12) sorted by relevance
/unit/src/ |
H A D | nxt_sprintf.h | 17 NXT_EXPORT u_char *nxt_vsprintf(u_char *buf, u_char *end,
|
H A D | nxt_log.c | 93 p = nxt_vsprintf(p, end, fmt, args); in nxt_log_handler()
|
H A D | nxt_polarssl.c | 110 p = nxt_vsprintf(msg, end, fmt, args); in nxt_polarssl_log_error()
|
H A D | nxt_app_log.c | 72 p = nxt_vsprintf(p, end, fmt, args); in nxt_log_time_handler()
|
H A D | nxt_process_title.c | 204 p = nxt_vsprintf(start, end, fmt, args); in nxt_process_title()
|
H A D | nxt_sprintf.c | 65 p = nxt_vsprintf(buf, end, fmt, args); in nxt_sprintf() 98 nxt_vsprintf(u_char *buf, u_char *end, const char *fmt, va_list args) in nxt_vsprintf() function
|
H A D | nxt_cyassl.c | 553 p = nxt_vsprintf(msg, end, fmt, args); in nxt_cyassl_conn_error() 597 p = nxt_vsprintf(msg, end, fmt, args); in nxt_cyassl_log_error()
|
H A D | nxt_gnutls.c | 693 p = nxt_vsprintf(msg, msg + sizeof(msg), fmt, args); in nxt_gnutls_conn_log_error() 737 p = nxt_vsprintf(msg, msg + sizeof(msg), fmt, args); in nxt_gnutls_log_error()
|
H A D | nxt_openssl.c | 1641 p = nxt_vsprintf(msg, end, fmt, args); 1745 p = nxt_vsprintf(msg, end, fmt, args);
|
H A D | nxt_h1proto_websocket.c | 590 p = nxt_vsprintf(buf, buf + sizeof(buf), (char *) err->desc.start, in hxt_h1p_send_ws_error()
|
H A D | nxt_conf_validation.c | 1497 end = nxt_vsprintf(error, error + NXT_MAX_ERROR_STR, fmt, args); in nxt_conf_vldt_error()
|
/unit/src/test/ |
H A D | nxt_clone_test.c | 403 p = nxt_vsprintf(p, end, fmt, args); in nxt_clone_test_log_handler()
|