Searched defs:magic (Results 1 – 20 of 20) sorted by relevance
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | file.h | 180 struct magic { struct 191 #define TEXTTEST 0x40 /* for passing to file_softmagic */ argument 194 uint8_t factor; 276 uint8_t cond; /* conditional type */ 278 uint8_t dummy; 280 uint8_t factor_op; 315 uint32_t lineno; /* line number in magic file */ argument 317 union { 323 } _u; 330 char desc[MAXDESC]; /* description */ [all …]
|
H A D | tar.h | 63 char magic[8]; member
|
H A D | compress.c | 168 const char *magic; member
|
H A D | apprentice.c | 121 struct magic *magic[MAGIC_SETS]; member 3274 byteswap(struct magic *magic, uint32_t nmagic)
|
H A D | softmagic.c | 200 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match()
|
/PHP-8.0/ext/fileinfo/ |
H A D | fileinfo.c | 43 struct magic_set *magic; member 109 #define FINFO_SET_OPTION(magic, options) \ argument 361 struct magic_set *magic = NULL; in _php_finfo_get_type() local
|
/PHP-8.0/ext/hash/ |
H A D | hash_sha3.c | 205 zend_long magic, in php_sha3_unserialize() 296 static int php_keccak_serialize(const php_hashcontext_object *hash, zend_long *magic, zval *zv) in php_keccak_serialize() 302 static int php_keccak_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_keccak_unserialize()
|
H A D | hash_whirlpool.c | 432 static int php_whirlpool_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_whirlpool_unserialize()
|
H A D | hash_snefru.c | 192 static int php_snefru_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_snefru_unserialize()
|
H A D | hash_tiger.c | 242 static int php_tiger_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_tiger_unserialize()
|
H A D | hash.c | 327 PHP_HASH_API int php_hash_serialize(const php_hashcontext_object *hash, zend_long *magic, zval *zv)… in php_hash_serialize() 338 PHP_HASH_API int php_hash_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv… in php_hash_unserialize() 1436 zend_long magic = 0; in PHP_METHOD() local 1486 zend_long magic, options; in PHP_METHOD() local
|
H A D | hash_gost.c | 307 static int php_gost_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_gost_unserialize()
|
H A D | hash_md.c | 358 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_md2_unserialize()
|
/PHP-8.0/ext/sysvshm/ |
H A D | php_sysvshm.h | 53 char magic[8]; member
|
/PHP-8.0/ext/gd/libgd/ |
H A D | bmp.h | 52 signed short int magic; member
|
/PHP-8.0/ext/phar/ |
H A D | tar.h | 83 char magic[6]; /* USTAR indicator */ member
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_perf_dump.c | 75 uint32_t magic; member
|
/PHP-8.0/ext/opcache/ |
H A D | zend_file_cache.c | 190 char magic[8]; member
|
/PHP-8.0/ext/opcache/jit/vtune/ |
H A D | ittnotify_config.h | 443 unsigned char magic[8]; member
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_internal.h | 1829 uint32_t magic; member
|
Completed in 73 milliseconds