Searched defs:prop (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/dav/main/
H A Dprops.c99 ** <prop>
102 ** </prop>
289 ** Check the liveprop provider (if this is a provider-defined prop)
461 /* ask the provider (that defined this prop) to insert the prop */
584 * scan all properties in the dead prop database
595 "<D:prop>" DEBUG_CR);
690 "</D:prop>" DEBUG_CR
704 apr_xml_elem *elem = dav_find_child(doc->root, "prop");
720 "<D:prop>" DEBUG_C
916 apr_xml_elem *prop = ctx->prop; local
[all...]
H A Dmod_dav.h199 #define DAV_ERR_PROP_READONLY 201 /* prop is read-only */
201 #define DAV_ERR_PROP_NOT_FOUND 203 /* prop not found */
806 ** ### to check for a prop's existence, a way to validate a set/remove
807 ** ### of a prop, and a way to execute/commit/rollback that change.
1574 ** be zero-initialized, then the db, operation, and prop fields should be
1593 apr_xml_elem *prop; /* property to affect */ member in struct:dav_prop_ctx
1597 #define DAV_PROP_OP_DELETE 2 /* delete a prop value */
2443 const dav_hooks_liveprop *provider; /* the provider defining this prop */

Completed in 726 milliseconds