Searched defs:ns_uri (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/dav/main/ |
H A D | liveprop.c | 83 DAV_DECLARE(int) dav_do_find_liveprop(const char *ns_uri, const char *name, argument 93 if (strcmp(ns_uri, uris[ns]) == 0)
|
H A D | std_liveprop.c | 206 const char *ns_uri, const char *name, 209 return dav_do_find_liveprop(ns_uri, name, &dav_core_liveprop_group, hooks); 204 dav_core_find_liveprop( const dav_resource *resource, const char *ns_uri, const char *name, const dav_hooks_liveprop **hooks) argument
|
H A D | props.c | 226 const char *ns_uri, 234 if (ns_uri == NULL) { 240 propid = dav_run_find_liveprop(propdb->resource, ns_uri, propname, 247 if (strcmp(ns_uri, "DAV:") == 0) { 262 const char *ns_uri; local 268 ns_uri = NULL; 270 ns_uri = "DAV:"; 272 ns_uri = APR_XML_GET_URI_ITEM(propdb->ns_xlate, elem->ns); 274 priv->propid = dav_find_liveprop_provider(propdb, ns_uri, elem->name, 487 const char *ns_uri, apr_text_heade 225 dav_find_liveprop_provider(dav_propdb *propdb, const char *ns_uri, const char *propname, const dav_hooks_liveprop **provider) argument 486 dav_insert_xmlns(apr_pool_t *p, const char *pre_prefix, long ns, const char *ns_uri, apr_text_header *phdr) argument 889 dav_get_liveprop_supported(dav_propdb *propdb, const char *ns_uri, const char *propname, apr_text_header *body) argument [all...] |
/httpd/modules/dav/fs/ |
H A D | repos.c | 2203 const char *ns_uri, const char *name, 2209 return dav_do_find_liveprop(ns_uri, name, &dav_fs_liveprop_group, hooks); 2202 dav_fs_find_liveprop(const dav_resource *resource, const char *ns_uri, const char *name, const dav_hooks_liveprop **hooks) argument
|
Completed in 580 milliseconds