Searched defs:operation (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/dav/main/
H A Dstd_liveprop.c185 int operation, void **context,
183 dav_core_patch_validate(const dav_resource *resource, const apr_xml_elem *elem, int operation, void **context, int *defer_to_dead) argument
H A Dmod_dav.h821 ** operation is one of DAV_PROP_OP_SET or _DELETE.
834 int operation,
841 int operation,
847 int operation,
853 int operation,
1557 ** 2) execute operation (set/delete)
1570 ** rollback() may generate additional errors because the rollback operation
1573 ** The caller should allocate an array of these, one per operation. It should
1574 ** be zero-initialized, then the db, operation, and prop fields should be
1595 int operation; member in struct:dav_prop_ctx
[all...]
/httpd/modules/dav/fs/
H A Drepos.c205 * failed I/O operation. ### use something besides 500? */
2033 int operation,
2047 if (operation == DAV_PROP_OP_DELETE) {
2098 int operation,
2107 /* assert: prop == executable. operation == SET. */
2134 int operation,
2142 int operation,
2150 /* assert: prop == executable. operation == SET. */
2031 dav_fs_patch_validate(const dav_resource *resource, const apr_xml_elem *elem, int operation, void **context, int *defer_to_dead) argument
2096 dav_fs_patch_exec(const dav_resource *resource, const apr_xml_elem *elem, int operation, void *context, dav_liveprop_rollback **rollback_ctx) argument
2133 dav_fs_patch_commit(const dav_resource *resource, int operation, void *context, dav_liveprop_rollback *rollback_ctx) argument
2141 dav_fs_patch_rollback(const dav_resource *resource, int operation, void *context, dav_liveprop_rollback *rollback_ctx) argument

Completed in 23 milliseconds