Searched refs:nxt_uoff_t (Results 1 – 2 of 2) sorted by path
170 nxt_uoff_t val; in nxt_off_t_parse()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()
114 typedef uint64_t nxt_uoff_t; typedef120 typedef uint32_t nxt_uoff_t; typedef