Searched refs:typ_tab (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2510 static struct mime_entry typ_tab[] = { variable in typeref:struct:mime_entry
2513 static const int n_typ_tab = sizeof(typ_tab) / sizeof(*typ_tab);
2533 qsort( typ_tab, n_typ_tab, sizeof(*typ_tab), ext_compare );
2543 typ_tab[i].ext_len = strlen( typ_tab[i].ext );
2544 typ_tab[i].val_len = strlen( typ_tab[i].val );
2610 r = strncasecmp( ext, typ_tab[mi
[all...]

Completed in 86 milliseconds