Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c108 uint32_t max_count; member
1860 if (me->cont_count == me->max_count) { in parse()
1862 size_t cnt = me->max_count + ALLOC_CHUNK; in parse()
1869 me->max_count = CAST(uint32_t, cnt); in parse()
1883 me->max_count = ALLOC_CHUNK; in parse()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch515 if (me->cont_count == me->max_count) {
517 size_t cnt = me->max_count + ALLOC_CHUNK;

Completed in 27 milliseconds