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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dtestgdbm.c44 gdbm_file_info *gdbm_file; variable
57 for (index = 0; index < gdbm_file->header->bucket_elems; index++)
63 bucket->h_table[index].hash_value % gdbm_file->header->bucket_elems);
216 gdbm_file = gdbm_open (file_name, block_size, GDBM_READER, 00664, NULL);
220 gdbm_file =
225 gdbm_file =
228 if (gdbm_file == NULL)
234 if (gdbm_setopt(gdbm_file, GDBM_CACHESIZE, &cache_size, sizeof(int)) == -1)
268 return_data = gdbm_firstkey (gdbm_file);
273 return_data = gdbm_nextkey (gdbm_file, key_dat
[all...]
H A Dconv2gdbm.c66 char *dbm_file, *gdbm_file; /* pointers to the file names. */ local
103 gdbm_file = argv[optind];
110 gdbm_file = argv[optind];
126 gfile = gdbm_open (gdbm_file, block_size, GDBM_WRCREAT, 00664, NULL);
140 dbm_file, gdbm_file);
171 errors, gdbm_file);
173 printf ("%s: %d items inserted into %s.\n", argv[0], num, gdbm_file);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Dstdb.c40 static GDBM_FILE gdbm_file = NULL; variable
51 if (gdbm_file)
54 if (!(gdbm_file = gdbm_open((char*) DATABASE_FILE, 0, GDBM_READER, 0, NULL)))
85 data = gdbm_fetch(gdbm_file, key);
101 data = gdbm_fetch(gdbm_file, key);
115 data = gdbm_fetch(gdbm_file, key);
129 data = gdbm_fetch(gdbm_file, key);
152 if (gdbm_file)
153 gdbm_close(gdbm_file);
155 gdbm_file
[all...]

Completed in 37 milliseconds