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

/httpd/support/
H A Dctlogconfig39 cxn.commit()
316 cxn.commit()
/httpd/modules/dav/fs/
H A Drepos.c968 static dav_error * dav_fs_close_stream(dav_stream *stream, int commit) argument
974 if (!commit) {
/httpd/modules/dav/main/
H A Dmod_dav.h807 ** ### of a prop, and a way to execute/commit/rollback that change.
824 ** to each of the exec/commit/rollback functions. For example, this
1558 ** 3) commit or rollback
1567 ** Note that commit() cannot generate errors. It should simply free the
1829 ** feasible that the close does a "commit" of some kind, which can
1832 ** commit should be TRUE (non-zero) or FALSE (0) if the stream was
1835 ** Note: the commit flag is ignored for streams opened for reading.
1837 dav_error * (*close_stream)(dav_stream *stream, int commit);

Completed in 573 milliseconds