Lines Matching refs:mset
337 mset[i].max += ALLOC_INCR;
339 - realloc(mset[i].me, sizeof(*mp) * mset[i].max))) ==
340 + erealloc(mset[i].me, sizeof(*mp) * mset[i].max))) ==
342 file_oomem(ms, sizeof(*mp) * mset[i].max);
346 struct magic_entry_set *mset)
381 (void)addentry(ms, &me, mset);
418 struct magic_entry_set mset[MAGIC_SETS];
425 memset(mset, 0, sizeof(mset));
496 load_1(ms, action, filearr[i], &errs, mset);
505 load_1(ms, action, fn, &errs, mset);
512 magic_entry_free(mset[j].me, mset[j].count);