Home
last modified time | relevance | path

Searched refs:NXT_INT64_T_LEN (Results 1 – 3 of 3) sorted by last modified time

/unit/src/
H A Dnxt_runtime.c1487 u_char pid[NXT_INT64_T_LEN + nxt_length("\n")]; in nxt_runtime_pid_file_create()
H A Dnxt_sprintf.c579 u_char temp[NXT_INT64_T_LEN]; in nxt_integer()
581 p = temp + NXT_INT64_T_LEN; in nxt_integer()
663 length = (temp + NXT_INT64_T_LEN) - p; in nxt_integer()
674 length = (temp + NXT_INT64_T_LEN) - p; in nxt_integer()
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