Home
last modified time | relevance | path

Searched refs:file_apprentice (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dmagic.c136 return file_apprentice(ms, magicfile, FILE_LOAD); in magic_load()
144 return file_apprentice(ms, magicfile, FILE_COMPILE); in magic_compile()
152 return file_apprentice(ms, magicfile, FILE_CHECK); in magic_check()
160 return file_apprentice(ms, magicfile, FILE_LIST); in magic_list()
H A Dfile.h556 file_protected int file_apprentice(struct magic_set *, const char *, int);
H A Dapprentice.c663 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice() function
/php-src/ext/fileinfo/
H A Dlibmagic.patch236 file_apprentice(struct magic_set *ms, const char *fn, int action)
2486 return file_apprentice(ms, magicfile, FILE_LOAD);
2508 return file_apprentice(ms, magicfile, FILE_LIST);

Completed in 22 milliseconds