Searched refs:max_count (Results 1 – 2 of 2) sorted by relevance
105 uint32_t max_count; member1802 if (me->cont_count == me->max_count) { in parse()1804 size_t cnt = me->max_count + ALLOC_CHUNK; in parse()1811 me->max_count = CAST(uint32_t, cnt); in parse()1825 me->max_count = ALLOC_CHUNK; in parse()
88 uint32_t max_count;616 if (me->cont_count == me->max_count) {618 size_t cnt = me->max_count + ALLOC_CHUNK;
Completed in 17 milliseconds