Searched refs:marraycount (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) 713 if (*marraycount == 0) { 721 &(*marray)[*marraycount - 1], 730 if (parse(ms, marray, marraycount, line, lineno, 755 uint32_t marraycount, i, mentrycount = 0, starttest; local 768 marraycount = 0; 814 &marraycount); 819 load_1(ms, action, fn, &errs, &marray, &marraycount); 824 for (i = 0; i < marraycount; ) { 854 } while (++i < marraycount 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 3 milliseconds