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

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2509 static const int n_enc_tab = sizeof(enc_tab) / sizeof(*enc_tab); variable
2532 qsort( enc_tab, n_enc_tab, sizeof(*enc_tab), ext_compare );
2536 for ( i = 0; i < n_enc_tab; ++i )
2586 for ( i = 0; i < n_enc_tab; ++i )

Completed in 35 milliseconds