Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dapprentice.c1287 uint32_t i, mentrycount = 0; in coalesce_entries() local
1291 mentrycount += me[i].cont_count; in coalesce_entries()
1293 slen = sizeof(**ma) * mentrycount; in coalesce_entries()
1299 mentrycount = 0; in coalesce_entries()
1301 (void)memcpy(*ma + mentrycount, me[i].mp, in coalesce_entries()
1303 mentrycount += me[i].cont_count; in coalesce_entries()
1305 *nma = mentrycount; in coalesce_entries()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch388 mentrycount += me[i].cont_count;
390 slen = sizeof(**ma) * mentrycount;

Completed in 27 milliseconds