Searched refs:file_fsmagic (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 93 file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream) in file_fsmagic() function
|
H A D | magic.c | 413 switch (file_fsmagic(ms, inname, &sb, stream)) { in file_or_stream()
|
H A D | file.h | 395 protected int file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *strea…
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 1236 -protected int file_fsmagic(struct magic_set *, const char *, struct stat *); 1237 +protected int file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stre… 1374 -file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb) 1375 +file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream) 2207 - switch (file_fsmagic(ms, inname, &sb)) { 2208 + switch (file_fsmagic(ms, inname, &sb, stream)) {
|
Completed in 18 milliseconds