Lines Matching defs:propdb
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;
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;
1967 ** Note: we cast to lose the "const". The propdb won't try to change
1971 ctx->doc ? ctx->doc->namespaces : NULL, &propdb);
1991 /* ### what to do about closing the propdb on server failure? */
1994 propstats = dav_get_props(propdb, ctx->doc);
2000 propstats = dav_get_allprops(propdb, what);
2002 dav_close_propdb(propdb);
2294 dav_propdb *propdb;
2342 &propdb)) != NULL) {
2354 /* ### what to do about closing the propdb on server failure? */
2376 dav_close_propdb(propdb);
2392 ctx->propdb = propdb;
2424 dav_close_propdb(propdb);