db.c | 48 static int __dberr(const DB *, ...); 86 __dberr(const DB *dbp, ...) function in typeref:typename:int 101 dbp->del = (int (*)(const DB *, const DBT *, u_int))__dberr; 102 dbp->fd = (int (*)(const DB *))__dberr; 103 dbp->get = (int (*)(const DB *, const DBT *, DBT *, u_int))__dberr; 104 dbp->put = (int (*)(const DB *, DBT *, const DBT *, u_int))__dberr; 105 dbp->seq = (int (*)(const DB *, DBT *, DBT *, u_int))__dberr; 106 dbp->sync = (int (*)(const DB *, u_int))__dberr;
|