Home
last modified time | relevance | path

Searched refs:NXT_INT64_T_LEN (Results 1 – 3 of 3) sorted by relevance

/unit/src/
H A Dnxt_types.h79 #define NXT_INT64_T_LEN nxt_length("-9223372036854775808") macro
90 #define NXT_INT_T_LEN NXT_INT64_T_LEN
102 #define NXT_ATOMIC_T_LEN NXT_INT64_T_LEN
115 #define NXT_OFF_T_LEN NXT_INT64_T_LEN
128 #define NXT_SIZE_T_LEN NXT_INT64_T_LEN
140 #define NXT_TIME_T_LEN NXT_INT64_T_LEN
H A Dnxt_sprintf.c580 u_char temp[NXT_INT64_T_LEN]; in nxt_integer()
582 p = temp + NXT_INT64_T_LEN; in nxt_integer()
664 length = (temp + NXT_INT64_T_LEN) - p; in nxt_integer()
675 length = (temp + NXT_INT64_T_LEN) - p; in nxt_integer()
H A Dnxt_runtime.c1432 u_char pid[NXT_INT64_T_LEN + nxt_length("\n")]; in nxt_runtime_pid_file_create()