Searched defs:protected (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | file.h | 93 #ifndef protected 94 #define protected macro 392 protected const char *file_fmttime(uint32_t, int); 393 protected int file_buffer(struct magic_set *, php_stream *, const char *, const void *, 395 protected int file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream); 396 protected int file_pipe2file(struct magic_set *, int, const void *, size_t); 397 protected int file_replace(struct magic_set *, const char *, const char *); 398 protected int file_printf(struct magic_set *, const char *, ...); 399 protected int file_reset(struct magic_set *); 400 protected in [all...] |
Completed in 4 milliseconds