Lines Matching defs:href
442 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") == 0) {
3542 const char *href;
3544 href = dav_xml_get_cdata(child, r->pool,
3546 *(const char **)apr_array_push(activities) = href;
3551 /* no href's is a DTD violation:
3552 <!ELEMENT activity-set (href+ | new)>
3559 "one DAV:href must be specified.");
3807 /* get the href element */
3808 if ((child = dav_find_child(child, "href")) == NULL) {
3811 "an \"href\" element.");
3834 "A \"label-name\" or \"href\" element does not contain "
4337 if ((href_elem = dav_find_child(source_elem, "href")) == NULL) {
4340 "The DAV:source element must contain a DAV:href "