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

/httpd/modules/dav/main/
H A Dmod_dav.h202 #define DAV_ERR_PROP_BAD_LOCKDB 204 /* could not open lockdb */
210 #define DAV_ERR_LOCK_OPENDB 400 /* could not open lockdb */
618 ** will place open/close angle brackets around each value (much like
803 ** ### this is not the final design. we want an open-ended way for
1052 dav_error * (*open)(apr_pool_t *p, const dav_resource *resource, int ro, member in struct:dav_hooks_propdb
1098 ** As a result, the propdb must be open for read/write access when
1174 ** Lock database type. Lock providers are urged to implement a "lazy" open, so
1175 ** doing an "open" is cheap until something is actually needed from the DB.
1363 * If force == 0, the open can be "lazy"; no subsequent locking operations
1587 ** one open transactio
[all...]

Completed in 561 milliseconds