Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c67 private int print_sep(struct magic_set *, int);
307 if (print_sep(ms, firstline) == -1) in match()
425 if (print_sep(ms, firstline) in match()
2431 if (print_sep(ms, firstline) == -1) in handle_annotation()
2438 if (print_sep(ms, firstline) == -1) in handle_annotation()
2447 if (print_sep(ms, firstline) == -1) in handle_annotation()
2461 print_sep(struct magic_set *ms, int firstline) in print_sep() function
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch3146 - if (print_sep(ms, firstline) == -1)
3151 + if (print_sep(ms, firstline) == -1)

Completed in 2353 milliseconds