Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c1238 m->in_type = FILE_LONG;
1247 m->in_type = FILE_LELONG;
1250 m->in_type = FILE_BELONG;
1253 m->in_type = FILE_MELONG;
1257 m->in_type = FILE_LESHORT;
1261 m->in_type = FILE_BESHORT;
1267 m->in_type = FILE_BYTE;
1272 m->in_type = FILE_LEDOUBLE;
1277 m->in_type = FILE_BEDOUBLE;
1280 m->in_type = FILE_LEID3;
[all …]
H A Dfile.h170 uint8_t in_type; /* type of indirection */ member
H A Dsoftmagic.c1026 switch (m->in_type) { in mget()
1058 switch (m->in_type) { in mget()
1483 switch (m->in_type) { in mget()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c4072 enum CCVALTYPE val_type, in_type; in parse_char_class() local
4109 in_type = CCV_CODE_POINT; in parse_char_class()
4113 in_type = CCV_SB; in parse_char_class()
4163 in_type = CCV_CODE_POINT; in parse_char_class()
4169 in_type = CCV_SB; in parse_char_class()
4184 in_type = (len == 1 ? CCV_SB : CCV_CODE_POINT); in parse_char_class()
4186 r = next_state_val(cc, &vs, v, &val_israw, in_israw, in_type, &val_type, in parse_char_class()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch2372 - (m->in_type < file_nnames) ?
2373 - file_names[m->in_type] : "*bad*");
2919 switch (m->in_type) {

Completed in 76 milliseconds