Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dprint.c62 (m->in_type < file_nnames) ? file_names[m->in_type] : in file_mdump()
H A Dapprentice.c1928 m->in_type = FILE_LONG; in parse()
1940 m->in_type = FILE_LELONG; in parse()
1943 m->in_type = FILE_BELONG; in parse()
1946 m->in_type = FILE_MELONG; in parse()
1950 m->in_type = FILE_LESHORT; in parse()
1954 m->in_type = FILE_BESHORT; in parse()
1960 m->in_type = FILE_BYTE; in parse()
1973 m->in_type = FILE_LEID3; in parse()
1976 m->in_type = FILE_BEID3; in parse()
1979 m->in_type = FILE_LEQUAD; in parse()
[all …]
H A Dsoftmagic.c1555 int rv, oneed_separator, in_type; in mget() local
1598 switch (op = cvt_flip(m->in_type, flip)) { in mget()
1659 switch (in_type = cvt_flip(m->in_type, flip)) { in mget()
1685 if (in_type == FILE_BEID3) in mget()
1694 if (in_type == FILE_LEID3) in mget()
1720 fprintf(stderr, "bad in_type=%d\n", in_type); in mget()
H A Dfile.h200 uint8_t in_type; /* type of indirection */ member

Completed in 27 milliseconds