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

/PHP_5_5/ext/fileinfo/libmagic/
H A Dapprentice.c909 struct magic_entry **mentry, uint32_t *mentrycount)
912 if (mentrycount[i] == maxmagic[i]) {
922 (void)memset(&mp[mentrycount[i]], 0, sizeof(*mp) *
926 mentry[i][mentrycount[i]++] = *me;
936 struct magic_entry **mentry, uint32_t *mentrycount)
1013 (void)addentry(ms, &me, mentry, mentrycount);
1022 (void)addentry(ms, &me, mentry, mentrycount);
1095 uint32_t i, mentrycount = 0; local
1099 mentrycount += me[i].cont_count;
1101 slen = sizeof(**ma) * mentrycount;
908 addentry(struct magic_set *ms, struct magic_entry *me, struct magic_entry **mentry, uint32_t *mentrycount) argument
935 load_1(struct magic_set *ms, int action, const char *fn, int *errs, struct magic_entry **mentry, uint32_t *mentrycount) argument
1133 uint32_t mentrycount[MAGIC_SETS] = { 0 }; local
[all...]

Completed in 3 milliseconds