Home
last modified time | relevance | path

Searched refs:apprentice_load (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c139 private struct magic_map *apprentice_load(struct magic_set *,
429 map = apprentice_load(ms, fn, action); in apprentice_1()
442 map = apprentice_load(ms, fn, action); in apprentice_1()
1281 apprentice_load(struct magic_set *ms, const char *fn, int action) in apprentice_load() function
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch146 - map = apprentice_load(ms, fn, action);
150 + map = apprentice_load(ms, fn, action);
706 + return to give apprentice_load() a chance. */

Completed in 21 milliseconds