Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dfile.h192 struct magic { struct
203 #define TEXTTEST 0x40 /* for passing to file_softmagic */ argument
206 uint8_t factor;
298 uint8_t cond; /* conditional type */
300 uint8_t dummy;
302 uint8_t factor_op;
337 uint32_t lineno; /* line number in magic file */ argument
339 union {
345 } _u;
352 char desc[MAXDESC]; /* description */
[all …]
H A Dtar.h63 char magic[8]; member
H A Dcompress.c171 const char *magic; member
H A Dapprentice.c108 struct magic *magic[MAGIC_SETS]; member
3441 byteswap(struct magic *magic, uint32_t nmagic)
H A Dsoftmagic.c209 match(struct magic_set *ms, struct magic *magic, in match()
/PHP-8.3/ext/fileinfo/
H A Dfileinfo.c42 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-8.3/ext/hash/
H A Dhash_sha3.c205 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 Dhash_xxhash.c76 php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_hash_xxh32_unserialize()
220 php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_hash_xxh64_unserialize()
H A Dhash_whirlpool.c432 static int php_whirlpool_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_whirlpool_unserialize()
H A Dhash_snefru.c192 static int php_snefru_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_snefru_unserialize()
H A Dhash_tiger.c242 static int php_tiger_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_tiger_unserialize()
H A Dhash.c335 PHP_HASH_API int php_hash_serialize(const php_hashcontext_object *hash, zend_long *magic, zval *zv)… in php_hash_serialize()
346 PHP_HASH_API int php_hash_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv… in php_hash_unserialize()
1453 zend_long magic = 0; in PHP_METHOD() local
1503 zend_long magic, options; in PHP_METHOD() local
H A Dhash_gost.c307 static int php_gost_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_gost_unserialize()
H A Dhash_md.c359 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_md2_unserialize()
/PHP-8.3/ext/sysvshm/
H A Dphp_sysvshm.h50 char magic[8]; member
/PHP-8.3/ext/gd/libgd/
H A Dbmp.h52 signed short int magic; member
/PHP-8.3/ext/phar/
H A Dtar.h83 char magic[6]; /* USTAR indicator */ member
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_perf_dump.c80 uint32_t magic; member
/PHP-8.3/ext/opcache/jit/vtune/
H A Dittnotify_config.h443 unsigned char magic[8]; member
/PHP-8.3/ext/opcache/
H A Dzend_file_cache.c193 char magic[8]; member
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1870 uint32_t magic; member

Completed in 75 milliseconds