Searched refs:gdbm_setopt (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmsetopt.c43 gdbm_setopt(dbf, optflag, optval, optlen) function
H A Dgdbm.h48 /* Parameters to gdbm_setopt, specifing the type of operation to perform. */
95 extern int gdbm_setopt __P((GDBM_FILE, int, int *, int));
H A Dproto.h74 int gdbm_setopt __P((gdbm_file_info *, int, int *, int));
H A Dtestgdbm.c234 if (gdbm_setopt(gdbm_file, GDBM_CACHESIZE, &cache_size, sizeof(int)) == -1)
236 printf("gdbm_setopt failed, %s\n", gdbm_strerror(gdbm_errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgdbmsetopt.c43 gdbm_setopt(dbf, optflag, optval, optlen) function
H A Dgdbm.h48 /* Parameters to gdbm_setopt, specifing the type of operation to perform. */
95 extern int gdbm_setopt __P((GDBM_FILE, int, int *, int));
H A Dproto.h74 int gdbm_setopt __P((gdbm_file_info *, int, int *, int));
H A Dtestgdbm.c234 if (gdbm_setopt(gdbm_file, GDBM_CACHESIZE, &cache_size, sizeof(int)) == -1)
236 printf("gdbm_setopt failed, %s\n", gdbm_strerror(gdbm_errno));

Completed in 99 milliseconds