Searched refs:handle_annotation (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 68 private int handle_annotation(struct magic_set *, struct magic *, int); 291 if ((e = handle_annotation(ms, m, firstline)) != 0) in match() 404 if ((e = handle_annotation(ms, m, firstline)) in match() 2428 handle_annotation(struct magic_set *ms, struct magic *m, int firstline) in handle_annotation() function
|
/PHP-8.1/ext/fileinfo/ |
H A D | libmagic.patch | 3127 if ((e = handle_annotation(ms, m, firstline)) != 0) 3165 if ((e = handle_annotation(ms, m, firstline))
|
Completed in 25 milliseconds