Searched refs:GDBM_SYNC (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgdbm/
H A Dgdbmconst.h40 #define GDBM_SYNC 0x20 /* Sync operations to the disk. */ macro
H A Dgdbm.h40 #define GDBM_SYNC 0x20 /* Sync operations to the disk. */ macro
H A Dgdbmopen.c114 if (flags & GDBM_SYNC)
116 /* If GDBM_SYNC has been requested, don't do fast_write. */
H A Dtestgdbm.c189 case 's': fast = GDBM_SYNC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgdbm/
H A Dgdbmconst.h40 #define GDBM_SYNC 0x20 /* Sync operations to the disk. */ macro
H A Dgdbm.h40 #define GDBM_SYNC 0x20 /* Sync operations to the disk. */ macro
H A Dgdbmopen.c114 if (flags & GDBM_SYNC)
116 /* If GDBM_SYNC has been requested, don't do fast_write. */
H A Dtestgdbm.c189 case 's': fast = GDBM_SYNC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgdbm/
H A Dgdbmconst.h40 #define GDBM_SYNC 0x20 /* Sync operations to the disk. */ macro
H A Dgdbm.h40 #define GDBM_SYNC 0x20 /* Sync operations to the disk. */ macro
H A Dgdbmopen.c114 if (flags & GDBM_SYNC)
116 /* If GDBM_SYNC has been requested, don't do fast_write. */
H A Dtestgdbm.c189 case 's': fast = GDBM_SYNC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Ddb-gdbm.c54 #ifndef GDBM_SYNC
55 # define GDBM_SYNC 0 macro
293 db_songs=gdbm_open(db_path, 0, reload | GDBM_SYNC | GDBM_NOLOCK,
306 db_songs=gdbm_open(db_path,0,GDBM_NEWDB|GDBM_SYNC|GDBM_NOLOCK,0600,NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Ddb-gdbm.c54 #ifndef GDBM_SYNC
55 # define GDBM_SYNC 0 macro
293 db_songs=gdbm_open(db_path, 0, reload | GDBM_SYNC | GDBM_NOLOCK,
306 db_songs=gdbm_open(db_path,0,GDBM_NEWDB|GDBM_SYNC|GDBM_NOLOCK,0600,NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Ddb-gdbm.c54 #ifndef GDBM_SYNC
55 # define GDBM_SYNC 0 macro
293 db_songs=gdbm_open(db_path, 0, reload | GDBM_SYNC | GDBM_NOLOCK,
306 db_songs=gdbm_open(db_path,0,GDBM_NEWDB|GDBM_SYNC|GDBM_NOLOCK,0600,NULL);

Completed in 127 milliseconds