Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c111 private int apprentice_load(struct magic_set *, struct magic **, uint32_t *,
260 rv = apprentice_load(ms, &magic, &nmagic, fn, action); in apprentice_1()
272 rv = apprentice_load(ms, &magic, &nmagic, fn, action); in apprentice_1()
750 apprentice_load(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp, function
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch127 - rv = apprentice_load(ms, &magic, &nmagic, fn, action);
131 + rv = apprentice_load(ms, &magic, &nmagic, fn, action);
314 apprentice_load(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp,
558 + return to give apprentice_load() a chance. */

Completed in 13 milliseconds