Searched refs:update (Results 1 - 3 of 3) sorted by relevance

/httpd/support/
H A Ddbmmanage.in42 pw of . for update command retains the old password
43 pw of - (or blank) for update command prompts for the password
45 groups or comment of . (or blank) for update command retains old values
46 groups or comment of - for update command clears the existing value
152 my $is_update = $command eq "update";
244 sub dbmc::update {
/httpd/modules/dav/main/
H A Dmod_dav.h1899 * If the destination exists and is versioned, the provider must update
2262 dav_error * (*update)(const dav_resource *resource, member in struct:dav_hooks_vsn
H A Dmod_dav.c577 * - vsn_hooks->update
3781 if (vsn_hooks == NULL || vsn_hooks->update == NULL)
3795 if (doc == NULL || !dav_validate_root(doc, "update")) {
3799 "an \"update\" element.");
3817 "The \"update\" element does not contain "
3893 err = (*vsn_hooks->update)(resource, version, target, depth, &multi_response);

Completed in 2379 milliseconds