Home
last modified time | relevance | path

Searched defs:magic (Results 1 – 10 of 10) sorted by relevance

/PHP-7.1/ext/fileinfo/libmagic/
H A Dfile.h160 struct magic { struct
171 #define TEXTTEST 0x40 /* for passing to file_softmagic */ argument
173 uint8_t factor;
252 uint8_t cond; /* conditional type */
254 uint8_t dummy;
256 uint8_t factor_op;
291 uint32_t lineno; /* line number in magic file */ argument
293 union {
299 } _u;
306 char desc[MAXDESC]; /* description */
[all …]
H A Dtar.h63 char magic[8]; member
H A Dcompress.c73 const char magic[8]; member
H A Dapprentice.c118 struct magic *magic[MAGIC_SETS]; member
3115 byteswap(struct magic *magic, uint32_t nmagic)
H A Dsoftmagic.c151 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match()
/PHP-7.1/ext/fileinfo/
H A Dfileinfo.c45 struct magic_set *magic; member
174 #define FINFO_SET_OPTION(magic, options) \ argument
440 struct magic_set *magic = NULL; in _php_finfo_get_type() local
/PHP-7.1/ext/sysvshm/
H A Dphp_sysvshm.h60 char magic[8]; member
/PHP-7.1/ext/phar/
H A Dtar.h83 char magic[6]; /* USTAR indicator */ member
/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c155 char magic[8]; member
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c16325 u32 magic; /* Magic number for detect library misuse */ member
20317 u32 magic; /* Magic number for sanity checking */ member

Completed in 472 milliseconds