Home
last modified time | relevance | path

Searched refs:NXT_OFF_T_MAX (Results 1 – 2 of 2) sorted by relevance

/unit/src/
H A Dnxt_types.h117 #define NXT_OFF_T_MAX NXT_INT64_T_MAX macro
123 #define NXT_OFF_T_MAX NXT_INT32_T_MAX macro
H A Dnxt_parse.c172 static const nxt_uoff_t cutoff = NXT_OFF_T_MAX / 10; in nxt_off_t_parse()
173 static const nxt_uoff_t cutlim = NXT_OFF_T_MAX % 10; in nxt_off_t_parse()