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

/httpd/modules/mappers/
H A Dmod_imagemap.c585 const char *mapdflt; local
623 mapdflt = imap_url(r, NULL, imap_default); /* and default to
625 if (!mapdflt) {
716 mapdflt = imap_url(r, NULL, value);
717 if (!mapdflt) {
721 redirect = imap_url(r, base, mapdflt);
726 href_text ? href_text : mapdflt);
844 if (mapdflt) { /* a default should be defined, even if
846 redirect = imap_url(r, base, mapdflt);

Completed in 1067 milliseconds