Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dfile.h189 struct magic { struct
200 #define TEXTTEST 0x40 /* for passing to file_softmagic */ argument
203 uint8_t factor;
285 uint8_t cond; /* conditional type */
287 uint8_t dummy;
289 uint8_t factor_op;
324 uint32_t lineno; /* line number in magic file */ argument
326 union {
332 } _u;
339 char desc[MAXDESC]; /* description */
[all …]
H A Dtar.h63 char magic[8]; member
H A Dcompress.c168 const char *magic; member
H A Dapprentice.c120 struct magic *magic[MAGIC_SETS]; member
3284 byteswap(struct magic *magic, uint32_t nmagic)
H A Dsoftmagic.c202 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match()
/PHP-8.1/ext/fileinfo/
H A Dfileinfo.c42 struct magic_set *magic; member
98 #define FINFO_SET_OPTION(magic, options) \ argument
317 struct magic_set *magic = NULL; in _php_finfo_get_type() local
/PHP-8.1/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.c334 PHP_HASH_API int php_hash_serialize(const php_hashcontext_object *hash, zend_long *magic, zval *zv)… 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()
1463 zend_long magic = 0; in PHP_METHOD() local
1513 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.c358 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_md2_unserialize()
/PHP-8.1/ext/sysvshm/
H A Dphp_sysvshm.h50 char magic[8]; member
/PHP-8.1/ext/gd/libgd/
H A Dbmp.h52 signed short int magic; member
/PHP-8.1/ext/phar/
H A Dtar.h83 char magic[6]; /* USTAR indicator */ member
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_perf_dump.c78 uint32_t magic; member
/PHP-8.1/ext/opcache/
H A Dzend_file_cache.c192 char magic[8]; member
/PHP-8.1/ext/opcache/jit/vtune/
H A Dittnotify_config.h443 unsigned char magic[8]; member
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1829 uint32_t magic; member

Completed in 101 milliseconds