Home
last modified time | relevance | path

Searched refs:NXT_MAX_ERROR_STR (Results 1 – 16 of 16) sorted by path

/unit/src/
H A Dnxt_app_log.c29 u_char msg[NXT_MAX_ERROR_STR]; in nxt_log_time_handler()
33 end = msg + NXT_MAX_ERROR_STR; in nxt_log_time_handler()
H A Dnxt_conf_validation.c1406 u_char error[NXT_MAX_ERROR_STR]; in nxt_conf_validate()
1519 u_char error[NXT_MAX_ERROR_STR]; in nxt_conf_vldt_error()
1522 end = nxt_vsprintf(error, error + NXT_MAX_ERROR_STR, fmt, args); in nxt_conf_vldt_error()
1554 u_char error[NXT_MAX_ERROR_STR]; in nxt_conf_vldt_var()
H A Dnxt_controller.c1962 u_char error[NXT_MAX_ERROR_STR]; in nxt_controller_process_script()
H A Dnxt_credential.c71 u_char msg[NXT_MAX_ERROR_STR]; in nxt_credential_get()
74 end = msg + NXT_MAX_ERROR_STR; in nxt_credential_get()
H A Dnxt_cyassl.c542 u_char msg[NXT_MAX_ERROR_STR]; in nxt_cyassl_conn_error()
590 u_char msg[NXT_MAX_ERROR_STR]; in nxt_cyassl_log_error()
H A Dnxt_gnutls.c686 u_char *p, msg[NXT_MAX_ERROR_STR]; in nxt_gnutls_conn_log_error()
734 u_char *p, msg[NXT_MAX_ERROR_STR]; in nxt_gnutls_log_error()
H A Dnxt_js.c486 nxt_sprintf(error, error + NXT_MAX_ERROR_STR, "\"%V\"%Z", &err); in nxt_js_error()
H A Dnxt_log.c74 u_char msg[NXT_MAX_ERROR_STR]; in nxt_log_handler()
77 end = msg + NXT_MAX_ERROR_STR; in nxt_log_handler()
H A Dnxt_log.h19 #define NXT_MAX_ERROR_STR 2048 macro
H A Dnxt_openssl.c1632 u_char msg[NXT_MAX_ERROR_STR];
1740 u_char msg[NXT_MAX_ERROR_STR];
H A Dnxt_polarssl.c105 u_char *p, *end, msg[NXT_MAX_ERROR_STR]; in nxt_polarssl_log_error()
107 end = msg + NXT_MAX_ERROR_STR; in nxt_polarssl_log_error()
H A Dnxt_script.c115 u_char error[NXT_MAX_ERROR_STR]; in nxt_script_get()
H A Dnxt_tstr.c160 nxt_sprintf(error, error + NXT_MAX_ERROR_STR, in nxt_tstr_test()
H A Dnxt_unit.c6583 char msg[NXT_MAX_ERROR_STR], *p, *end; in nxt_unit_log()
6626 char msg[NXT_MAX_ERROR_STR], *p, *end; in nxt_unit_req_log()
H A Dnxt_var.c402 nxt_sprintf(error, error + NXT_MAX_ERROR_STR, in nxt_var_test()
412 nxt_sprintf(error, error + NXT_MAX_ERROR_STR, in nxt_var_test()
/unit/src/test/
H A Dnxt_clone_test.c394 u_char msg[NXT_MAX_ERROR_STR]; in nxt_clone_test_log_handler()
397 end = msg + NXT_MAX_ERROR_STR; in nxt_clone_test_log_handler()