Searched refs:DEBUG_CR (Results 1 - 10 of 10) sorted by relevance
/httpd/modules/dav/main/ |
H A D | props.c | 425 "<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 D | util_lock.c | 95 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 D | std_liveprop.c | 159 "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 D | mod_dav.c | 353 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 D | util.c | 1708 "<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 D | mod_dav.h | 65 #define DEBUG_CR "\n" macro 76 #define DEBUG_CR "" macro
|
/httpd/modules/dav/fs/ |
H A D | dbm.c | 358 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 D | lock.c | 716 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 D | repos.c | 1997 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 D | locks.c | 742 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