Home
last modified time | relevance | path

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

/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c105 uint32_t max_count; member
1762 if (me->cont_count == me->max_count) { in parse()
1764 size_t cnt = me->max_count + ALLOC_CHUNK; in parse()
1771 me->max_count = CAST(uint32_t, cnt); in parse()
1785 me->max_count = ALLOC_CHUNK; in parse()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch543 if (me->cont_count == me->max_count) {
545 size_t cnt = me->max_count + ALLOC_CHUNK;

Completed in 28 milliseconds