Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dprint.c61 (m->in_type < file_nnames) ? file_names[m->in_type] : in file_mdump()
H A Dapprentice.c2076 m->in_type = FILE_LONG; in parse()
2088 m->in_type = FILE_LELONG; in parse()
2091 m->in_type = FILE_BELONG; in parse()
2094 m->in_type = FILE_MELONG; in parse()
2098 m->in_type = FILE_LESHORT; in parse()
2108 m->in_type = FILE_BYTE; in parse()
2121 m->in_type = FILE_LEID3; in parse()
2124 m->in_type = FILE_BEID3; in parse()
2127 m->in_type = FILE_OCTAL; in parse()
2130 m->in_type = FILE_LEQUAD; in parse()
[all …]
H A Dsoftmagic.c1603 int rv, oneed_separator, in_type, nfound_match; in mget() local
1647 switch (op = cvt_flip(m->in_type, flip)) { in mget()
1713 switch (in_type = cvt_flip(m->in_type, flip)) { in mget()
1743 if (in_type == FILE_BEID3) in mget()
1753 if (in_type == FILE_LEID3) in mget()
1791 fprintf(stderr, "bad in_type=%d\n", in_type); in mget()
H A Dfile.h222 uint8_t in_type; /* type of indirection */ member

Completed in 20 milliseconds