Searched defs:namespaces (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/dav/fs/ |
H A D | dbm.c | 564 const apr_array_header_t *namespaces, 573 ** Iterate over the provided namespaces. If a namespace already appears 576 ** table of known namespaces. 578 m->ns_map = pmap = apr_palloc(db->pool, namespaces->nelts * sizeof(*pmap)); 579 for (i = namespaces->nelts, puri = (const char **)namespaces->elts; 592 /* copy the uri in case the passed-in namespaces changes in 562 dav_propdb_map_namespaces( dav_db *db, const apr_array_header_t *namespaces, dav_namespace_map **mapping) argument
|
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 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 fo 485 dav_begin_multistatus(apr_bucket_brigade *bb, request_rec *r, int status, apr_array_header_t *namespaces) argument 525 dav_send_multistatus(request_rec *r, int status, dav_response *first, apr_array_header_t *namespaces) argument [all...] |
Completed in 29 milliseconds