tdb.c | 216 int (*tdb_read)(struct tdb_context *, tdb_off_t , void *, tdb_len_t , int ); member in struct:tdb_methods 913 static int tdb_read(struct tdb_context *tdb, tdb_off_t off, void *buf, function 927 TDB_LOG((tdb, TDB_DEBUG_FATAL,"tdb_read failed at %d " 1124 return tdb->methods->tdb_read(tdb, offset, (char*)d, sizeof(*d), DOCONV()); 1151 if (tdb->methods->tdb_read(tdb, offset, buf, len, 0) == -1) { 1195 if (tdb->methods->tdb_read(tdb, offset, rec, sizeof(*rec),DOCONV()) == -1) [all...] |