Searched refs:DEBUG_CR (Results 1 - 10 of 10) sorted by relevance

/httpd/modules/dav/main/
H A Dprops.c425 "<D:supported-live-property D:name=\"%s\"/>" DEBUG_CR,
430 s = apr_psprintf(propdb->p, "<D:%s>%s</D:%s>" DEBUG_CR,
435 s = apr_psprintf(propdb->p, "<D:%s/>" DEBUG_CR, name);
476 s = apr_psprintf(pool, "<%s/>" DEBUG_CR, name->name);
480 s = apr_psprintf(pool, "<%s:%s/>" DEBUG_CR, prefix, name->name);
594 "<D:propstat>" DEBUG_CR
595 "<D:prop>" DEBUG_CR);
690 "</D:prop>" DEBUG_CR
691 "<D:status>HTTP/1.1 200 OK</D:status>" DEBUG_CR
692 "</D:propstat>" DEBUG_CR);
[all...]
H A Dutil_lock.c95 dav_buffer_append(p, pbuf, "<D:activelock>" DEBUG_CR "<D:locktype>");
104 dav_buffer_append(p, pbuf, "</D:locktype>" DEBUG_CR "<D:lockscope>");
116 dav_buffer_append(p, pbuf, "</D:lockscope>" DEBUG_CR);
117 apr_snprintf(tmp, sizeof(tmp), "<D:depth>%s</D:depth>" DEBUG_CR,
151 "</D:timeout>" DEBUG_CR
152 "<D:locktoken>" DEBUG_CR
157 "</D:href>" DEBUG_CR
158 "</D:locktoken>" DEBUG_CR
159 "</D:activelock>" DEBUG_CR);
H A Dstd_liveprop.c159 "D:namespace=\"%s\"/>" DEBUG_CR,
163 s = apr_psprintf(p, "<lp%ld:%s>%s</lp%ld:%s>" DEBUG_CR,
167 s = apr_psprintf(p, "<lp%ld:%s/>" DEBUG_CR, global_ns, info->name);
H A Dmod_dav.c353 ap_rputs(DAV_XML_HEADER DEBUG_CR
363 " xmlns:C=\"%s\">" DEBUG_CR
364 "<C:%s/>" DEBUG_CR,
369 ">" DEBUG_CR
370 "<D:%s/>" DEBUG_CR, err->tagname);
376 "<m:human-readable errcode=\"%d\">" DEBUG_CR
377 "%s" DEBUG_CR
378 "</m:human-readable>" DEBUG_CR,
383 ap_rputs("</D:error>" DEBUG_CR, r);
442 DEBUG_CR "<
[all...]
H A Dutil.c1708 "<D:propstat>" DEBUG_CR
1709 "<D:prop><D:lockdiscovery/></D:prop>" DEBUG_CR
1710 "<D:status>HTTP/1.1 424 Failed Dependency</D:status>" DEBUG_CR
1711 "</D:propstat>" DEBUG_CR;
H A Dmod_dav.h65 #define DEBUG_CR "\n" macro
76 #define DEBUG_CR "" macro
/httpd/modules/dav/fs/
H A Ddbm.c358 s = apr_psprintf(pool, "<%s/>" DEBUG_CR, name+1);
361 s = apr_psprintf(pool, "<ns%s/>" DEBUG_CR, name);
367 s = apr_psprintf(pool, "<%s xml:lang=\"%s\">%s</%s>" DEBUG_CR,
371 s = apr_psprintf(pool, "<ns%s xml:lang=\"%s\">%s</ns%s>" DEBUG_CR,
377 s = apr_psprintf(pool, "<%s>%s</%s>" DEBUG_CR, name+1, value, name+1);
380 s = apr_psprintf(pool, "<ns%s>%s</ns%s>" DEBUG_CR, name, value, name);
H A Dlock.c716 static const char supported[] = DEBUG_CR
717 "<D:lockentry>" DEBUG_CR
718 "<D:lockscope><D:exclusive/></D:lockscope>" DEBUG_CR
719 "<D:locktype><D:write/></D:locktype>" DEBUG_CR
720 "</D:lockentry>" DEBUG_CR
721 "<D:lockentry>" DEBUG_CR
722 "<D:lockscope><D:shared/></D:lockscope>" DEBUG_CR
723 "<D:locktype><D:write/></D:locktype>" DEBUG_CR
724 "</D:lockentry>" DEBUG_CR;
H A Drepos.c1997 s = apr_psprintf(p, "<lp%d:%s>%s</lp%d:%s>" DEBUG_CR,
2001 s = apr_psprintf(p, "<lp%d:%s/>" DEBUG_CR, global_ns, info->name);
2007 "D:namespace=\"%s\"/>" DEBUG_CR,
/httpd/modules/dav/lock/
H A Dlocks.c742 static const char supported[] = DEBUG_CR
743 "<D:lockentry>" DEBUG_CR
744 "<D:lockscope><D:exclusive/></D:lockscope>" DEBUG_CR
745 "<D:locktype><D:write/></D:locktype>" DEBUG_CR
746 "</D:lockentry>" DEBUG_CR
747 "<D:lockentry>" DEBUG_CR
748 "<D:lockscope><D:shared/></D:lockscope>" DEBUG_CR
749 "<D:locktype><D:write/></D:locktype>" DEBUG_CR
750 "</D:lockentry>" DEBUG_CR;

Completed in 3786 milliseconds