Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dprint.c64 (m->in_type < file_nnames) ? file_names[m->in_type] : in file_mdump()
H A Dapprentice.c1881 m->in_type = FILE_LONG; in parse()
1893 m->in_type = FILE_LELONG; in parse()
1896 m->in_type = FILE_BELONG; in parse()
1899 m->in_type = FILE_MELONG; in parse()
1903 m->in_type = FILE_LESHORT; in parse()
1907 m->in_type = FILE_BESHORT; in parse()
1913 m->in_type = FILE_BYTE; in parse()
1926 m->in_type = FILE_LEID3; in parse()
1929 m->in_type = FILE_BEID3; in parse()
1932 m->in_type = FILE_LEQUAD; in parse()
[all …]
H A Dsoftmagic.c1512 int rv, oneed_separator, in_type; in mget() local
1551 switch (cvt_flip(m->in_type, flip)) { in mget()
1610 switch (in_type = cvt_flip(m->in_type, flip)) { in mget()
1636 if (in_type == FILE_BEID3) in mget()
1645 if (in_type == FILE_LEID3) in mget()
H A Dfile.h196 uint8_t in_type; /* type of indirection */ member

Completed in 18 milliseconds