/php-src/ext/fileinfo/libmagic/ |
H A D | file.h | 202 struct magic { struct 213 #define TEXTTEST 0x40 /* for passing to file_softmagic */ argument 216 uint8_t factor; 308 uint8_t cond; /* conditional type */ 310 uint8_t dummy; 312 uint8_t factor_op; 347 uint32_t lineno; /* line number in magic file */ argument 349 union { 355 } _u; 362 char desc[MAXDESC]; /* description */ [all …]
|
H A D | tar.h | 63 char magic[8]; member
|
H A D | apprentice.c | 108 struct magic *magic[MAGIC_SETS]; member 3458 byteswap(struct magic *magic, uint32_t nmagic)
|
H A D | compress.c | 181 const char *magic; member
|
H A D | softmagic.c | 212 match(struct magic_set *ms, struct magic *magic, in match()
|
/php-src/ext/fileinfo/ |
H A D | fileinfo.c | 42 struct magic_set *magic; member 97 #define FINFO_SET_OPTION(magic, options) \ argument 299 struct magic_set *magic = NULL; in _php_finfo_get_type() local
|
/php-src/ext/hash/ |
H A D | hash_sha3.c | 204 zend_long magic, in php_sha3_unserialize() 295 static zend_result php_keccak_serialize(const php_hashcontext_object *hash, zend_long *magic, zval … in php_keccak_serialize() 301 static int php_keccak_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_keccak_unserialize()
|
H A D | hash_xxhash.c | 79 php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_hash_xxh32_unserialize() 235 php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_hash_xxh64_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_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_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.c | 334 PHP_HASH_API zend_result php_hash_serialize(const php_hashcontext_object *hash, zend_long *magic, z… in php_hash_serialize() 345 PHP_HASH_API int php_hash_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv… in php_hash_unserialize() 1456 zend_long magic = 0; in PHP_METHOD() local 1506 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 | 359 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_md2_unserialize()
|
/php-src/ext/sysvshm/ |
H A D | php_sysvshm.h | 50 char magic[8]; member
|
/php-src/ext/gd/libgd/ |
H A D | bmp.h | 52 signed short int magic; member
|
/php-src/ext/phar/ |
H A D | tar.h | 83 char magic[6]; /* USTAR indicator */ member
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_perf.c | 62 uint32_t magic; member
|
/php-src/ext/opcache/ |
H A D | zend_file_cache.c | 196 char magic[8]; member
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_internal.h | 1904 uint32_t magic; member
|