Home
last modified time | relevance | path

Searched refs:nxt_vsprintf (Results 1 – 12 of 12) sorted by relevance

/unit/src/
H A Dnxt_sprintf.h17 NXT_EXPORT u_char *nxt_vsprintf(u_char *buf, u_char *end,
H A Dnxt_log.c93 p = nxt_vsprintf(p, end, fmt, args); in nxt_log_handler()
H A Dnxt_polarssl.c110 p = nxt_vsprintf(msg, end, fmt, args); in nxt_polarssl_log_error()
H A Dnxt_app_log.c72 p = nxt_vsprintf(p, end, fmt, args); in nxt_log_time_handler()
H A Dnxt_process_title.c204 p = nxt_vsprintf(start, end, fmt, args); in nxt_process_title()
H A Dnxt_sprintf.c65 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 Dnxt_cyassl.c553 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 Dnxt_gnutls.c693 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 Dnxt_openssl.c1641 p = nxt_vsprintf(msg, end, fmt, args);
1745 p = nxt_vsprintf(msg, end, fmt, args);
H A Dnxt_h1proto_websocket.c590 p = nxt_vsprintf(buf, buf + sizeof(buf), (char *) err->desc.start, in hxt_h1p_send_ws_error()
H A Dnxt_conf_validation.c1522 end = nxt_vsprintf(error, error + NXT_MAX_ERROR_STR, fmt, args); in nxt_conf_vldt_error()
/unit/src/test/
H A Dnxt_clone_test.c403 p = nxt_vsprintf(p, end, fmt, args); in nxt_clone_test_log_handler()