Home
last modified time | relevance | path

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

/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c1193 uint32_t i, mentrycount = 0; in coalesce_entries() local
1197 mentrycount += me[i].cont_count; in coalesce_entries()
1199 slen = sizeof(**ma) * mentrycount; in coalesce_entries()
1205 mentrycount = 0; in coalesce_entries()
1207 (void)memcpy(*ma + mentrycount, me[i].mp, in coalesce_entries()
1209 mentrycount += me[i].cont_count; in coalesce_entries()
1211 *nma = mentrycount; in coalesce_entries()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch431 mentrycount += me[i].cont_count;
433 slen = sizeof(**ma) * mentrycount;

Completed in 23 milliseconds