Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c204 static const struct type_tbl_s type_tbl[] = { variable
393 for (p = type_tbl; p->len; p++) { in init_file_tables()
398 assert(p - type_tbl == FILE_NAMES_SIZE); in init_file_tables()
2043 m->type = get_type(type_tbl, l + 1, &l); in parse()
2061 m->type = get_type(type_tbl, l, &l); in parse()
2711 type_tbl[m->type].name); in getvalue()
2736 type_tbl[m->type].name, ull); in getvalue()

Completed in 12 milliseconds