Lines Matching defs:namespaces
487 apr_array_header_t *namespaces)
497 if (namespaces != NULL) {
500 for (i = namespaces->nelts; i--; ) {
502 APR_XML_GET_URI_ITEM(namespaces, i));
527 apr_array_header_t *namespaces)
533 dav_begin_multistatus(bb, r, status, namespaces);
1971 ctx->doc ? ctx->doc->namespaces : NULL, &propdb);
2118 /* send <multistatus> tag, with all doc->namespaces attached. */
2120 /* NOTE: we *cannot* leave out the doc's namespaces from the
2122 then we need to spit out the doc's namespaces for use by the
2127 doc ? doc->namespaces : NULL);
2341 if ((err = dav_open_propdb(r, NULL, resource, 0, doc->namespaces,
2437 dav_send_multistatus(r, HTTP_MULTI_STATUS, &resp, doc->namespaces);