Lines Matching +full:no +full:- +full:sync +full:- +full:mode
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
40 .Fn dbopen "const char *file" "int flags" "int mode" "DBTYPE type" "const void *openinfo"
49 The flat-file format is a byte stream file with fixed or variable length
73 .Fa mode
88 .\".Bl -tag -width indent
91 .\"If concurrent access is not needed or the database is read-only this
144 .Bd -literal
153 int (*sync)(const DB *db, u_int flags);
163 .Bl -tag -width indent
169 Since key/data pairs may be cached in memory, failing to sync the file
173 .Va sync
176 routines return -1 on error (setting
186 .Bl -tag -width indent
193 routines return -1 on error (setting
216 routines return -1 on error (setting
227 routines return -1 on error (setting
239 .Bl -tag -width indent
300 routines return -1 on error (setting
325 .Va sync
336 .Bl -tag -width indent
388 routines return -1 on error (setting
390 0 on success and 1 if there are no key/data pairs less than or greater
395 is a character special file and no complete key/data pairs are currently
399 .It Va sync
402 .Va sync
403 routine has no effect and will always succeed.
408 .Bl -tag -width indent
414 .Va sync
424 .Va sync
425 routines return -1 on error (setting
432 .Bd -literal
442 .Bl -tag -width "data"
452 It should be noted that the access methods provide no guarantees about
464 .Bl -tag -width Er
511 .Va sync