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

/httpd/modules/mappers/
H A Dmod_imagemap.c522 static void menu_default(request_rec *r, const char *menu, const char *href, const char *text) argument
525 if (!strcasecmp(href, "error") || !strcasecmp(href, "nocontent")) {
527 really href's */
530 ehref = ap_escape_uri(r->pool, href);
534 ap_rvputs(r, "<pre>(Default) <a href=\"", ehref, "\">", etext,
538 ap_rvputs(r, "<pre>(Default) <a href=\"", ehref, "\">", etext,
542 ap_rvputs(r, "<a href=\"", ehref, "\">", etext, "</a>", NULL);
547 static void menu_directive(request_rec *r, const char *menu, const char *href, const char *text) argument
550 if (!strcasecmp(href, "erro
[all...]
/httpd/modules/dav/main/
H A Dmod_dav.c442 DEBUG_CR "<D:href>",
443 dav_xml_escape_uri(pool, response->href),
444 "</D:href>" DEBUG_CR,
1144 resp.href = wres->resource->uri;
1162 resp->href = apr_pstrdup(wres->pool, wres->resource->uri);
2432 resp.href = resource->uri;
3346 if ((child = dav_find_child(child, "href")) == NULL) {
3349 "an \"href\" element.");
3358 "An \"href\" element does not contain a URI.");
3541 && strcmp(child->name, "href")
3542 const char *href; local
[all...]
H A Dmod_dav.h472 const char *href; /* always */ member in struct:dav_response
2163 * if DAV:new was specified; otherwise, the DAV:href elements' CDATA
2164 * (the actual href text) is passed in the "activities" array (each

Completed in 49 milliseconds