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

/httpd/modules/mappers/
H A Dmod_dir.c234 r->handler = DIR_MAGIC_TYPE;
281 if (d->checkhandler == MODDIR_ON && strcmp(r->handler, DIR_MAGIC_TYPE)) {
/httpd/include/
H A Dhttpd.h653 #define DIR_MAGIC_TYPE "httpd/unix-directory" macro
/httpd/modules/filters/
H A Dmod_charset_lite.c807 strcmp(mime_type, DIR_MAGIC_TYPE) == 0 ||
/httpd/modules/http/
H A Dmod_mime.c762 ap_set_content_type(r, DIR_MAGIC_TYPE);
/httpd/modules/generators/
H A Dmod_autoindex.c2277 if(strcmp(r->handler,DIR_MAGIC_TYPE)) {
/httpd/modules/metadata/
H A Dmod_mime_magic.c1440 magic_rsl_puts(r, DIR_MAGIC_TYPE);

Completed in 77 milliseconds