Searched defs:propdb (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/dav/main/ |
H A D | props.c | 62 ** that are in use by the properties in the given propdb. Each entry 161 ** operations. For GET, it would be "expensive" to look for a propdb, 225 static int dav_find_liveprop_provider(dav_propdb *propdb, argument 240 propid = dav_run_find_liveprop(propdb->resource, ns_uri, propname, 260 static void dav_find_liveprop(dav_propdb *propdb, apr_xml_elem *elem) argument 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, 284 static int dav_rw_liveprop(dav_propdb *propdb, dav_elem_private *priv) argument 292 return (*priv->provider->is_writable)(propdb->resource, propid); 322 static void dav_do_prop_subreq(dav_propdb *propdb) argument 334 dav_insert_coreprop(dav_propdb *propdb, int propid, const char *name, dav_prop_insert what, apr_text_header *phdr, dav_prop_insert *inserted) argument 445 dav_insert_liveprop(dav_propdb *propdb, const apr_xml_elem *elem, dav_prop_insert what, apr_text_header *phdr, dav_prop_insert *inserted) argument 495 dav_really_open_db(dav_propdb *propdb, int ro) argument 527 dav_propdb *propdb = apr_pcalloc(r->pool, sizeof(*propdb)); local 559 dav_close_propdb(dav_propdb *propdb) argument 889 dav_get_liveprop_supported(dav_propdb *propdb, const char *ns_uri, const char *propname, apr_text_header *body) argument 915 dav_propdb *propdb = ctx->propdb; local 1006 dav_propdb *propdb = ctx->propdb; local [all...] |
H A D | mod_dav.c | 40 * as we suck it in from the propdb. Alternatively, we should at least 224 return dav_get_provider(r)->propdb; 1095 /* ### place the Content-Type and Content-Language into the propdb */ 1359 dav_propdb *propdb; local 1376 &propdb)) != NULL) { 1390 dav_get_props_result props = dav_get_allprops(propdb, DAV_PROP_INSERT_SUPPORTED); 1426 dav_get_liveprop_supported(propdb, nmspace, name, body); 1433 dav_close_propdb(propdb); 1959 dav_propdb *propdb; local 1967 ** Note: we cast to lose the "const". The propdb wo 2294 dav_propdb *propdb; local [all...] |
H A D | mod_dav.h | 203 #define DAV_ERR_PROP_OPENING 205 /* problem opening propdb */ 584 ** supply. The provider MUST supply <repos> and <propdb>. The rest are 603 const dav_hooks_propdb *propdb; member in struct:__anon123 1073 ** was found in the propdb. 1098 ** As a result, the propdb must be open for read/write access when 1128 ** Note: only one iteration may occur over the propdb at a time. 1535 dav_propdb **propdb); 1548 dav_propdb *propdb, 1585 ** Note that the propdb will maintain some (global) context across all 1587 ** one open transaction per propdb 1591 dav_propdb *propdb; member in struct:dav_prop_ctx [all...] |
Completed in 26 milliseconds