Searched defs:num_ent (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_autoindex.c2012 int num_ent = 0, x; local
2205 num_ent++;
2243 num_ent++;
2247 if (num_ent > 0) {
2249 num_ent * sizeof(struct ent *));
2257 qsort((void *) ar, num_ent, sizeof(struct ent *),
2260 output_directories(ar, num_ent, autoindex_conf, r, autoindex_opts,

Completed in 15 milliseconds