Home
last modified time | relevance | path

Searched refs:NXT_INT_T_LEN (Results 1 – 4 of 4) sorted by path

/unit/src/
H A Dnxt_application.c264 size += NXT_INT_T_LEN in nxt_discovery_modules()
278 + nxt_strlen(mnt[j].name) + (2 * NXT_INT_T_LEN) in nxt_discovery_modules()
H A Dnxt_main_process.c1576 u_char ver[NXT_INT_T_LEN]; in nxt_main_port_conf_store_handler()
1620 n = nxt_sprintf(ver, ver + NXT_INT_T_LEN, "%d", NXT_VERNUM) - ver; in nxt_main_port_conf_store_handler()
H A Dnxt_sprintf.c323 spf.width = NXT_INT_T_LEN; in nxt_vsprintf()
H A Dnxt_types.h90 #define NXT_INT_T_LEN NXT_INT64_T_LEN macro
95 #define NXT_INT_T_LEN NXT_INT32_T_LEN macro