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

/httpd/modules/http/
H A Dmod_mime.c88 int use_path_info; /* If set to 0, only use filename. member in struct:__anon194
129 new->use_path_info = 2;
235 if ((add->use_path_info & 2) == 0) {
236 new->use_path_info = add->use_path_info;
239 new->use_path_info = base->use_path_info;
422 (void *)APR_OFFSETOF(mime_dir_config, use_path_info), ACCESS_CONF,
774 /* If use_path_info is explicitly set to on (value & 1 == 1), append. */
775 if (conf->use_path_info
[all...]

Completed in 517 milliseconds