Home
last modified time | relevance | path

Searched refs:in_type (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/fileinfo/libmagic/
H A Dprint.c61 (m->in_type < file_nnames) ? file_names[m->in_type] : in file_mdump()
H A Dapprentice.c2075 m->in_type = FILE_LONG; in parse()
2087 m->in_type = FILE_LELONG; in parse()
2090 m->in_type = FILE_BELONG; in parse()
2093 m->in_type = FILE_MELONG; in parse()
2097 m->in_type = FILE_LESHORT; in parse()
2107 m->in_type = FILE_BYTE; in parse()
2120 m->in_type = FILE_LEID3; in parse()
2123 m->in_type = FILE_BEID3; in parse()
2126 m->in_type = FILE_OCTAL; in parse()
2129 m->in_type = FILE_LEQUAD; in parse()
[all …]
H A Dsoftmagic.c1582 int rv, oneed_separator, in_type, nfound_match; in mget() local
1626 switch (op = cvt_flip(m->in_type, flip)) { in mget()
1692 switch (in_type = cvt_flip(m->in_type, flip)) { in mget()
1718 if (in_type == FILE_BEID3) in mget()
1727 if (in_type == FILE_LEID3) in mget()
1759 fprintf(stderr, "bad in_type=%d\n", in_type); in mget()
H A Dfile.h212 uint8_t in_type; /* type of indirection */ member

Completed in 33 milliseconds