Searched refs:NXT_OFF_T_MAX (Results 1 – 2 of 2) sorted by last modified time
117 #define NXT_OFF_T_MAX NXT_INT64_T_MAX macro123 #define NXT_OFF_T_MAX NXT_INT32_T_MAX macro
172 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()