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

/httpd/modules/generators/
H A Dmod_autoindex.c460 int width = atoi(&w[10]); local
462 if (width && (width < 5)) {
465 d_cfg->name_width = width;
485 int width = atoi(&w[17]); local
487 if (width && (width < 12)) {
490 d_cfg->desc_width = width;
1562 ap_rprintf(r, " width=\"%d\"", d->icon_width);
1617 ap_rprintf(r, " width
[all...]

Completed in 16 milliseconds