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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2536 static const int n_enc_tab = sizeof(enc_tab) / sizeof(*enc_tab); variable
2560 qsort( enc_tab, n_enc_tab, sizeof(*enc_tab), ext_compare );
2564 for ( i = 0; i < n_enc_tab; ++i )
2613 for ( i = 0; i < n_enc_tab; ++i )

Completed in 34 milliseconds