Searched defs:marray (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 656 struct magic_entry **marray, uint32_t *marraycount) 721 &(*marray)[*marraycount - 1], 730 if (parse(ms, marray, marraycount, line, lineno, 754 struct magic_entry *marray; local 767 marray = ecalloc(maxmagic, sizeof(*marray)); 813 load_1(ms, action, filearr[i], &errs, &marray, 819 load_1(ms, action, fn, &errs, &marray, &marraycount); 825 if (marray[i].mp->cont_level != 0) { 835 set_test_type(marray[starttes 655 load_1(struct magic_set *ms, int action, const char *fn, int *errs, struct magic_entry **marray, uint32_t *marraycount) argument [all...] |
Completed in 4 milliseconds