HomeSort by: relevance | last modified time | path
    Searched defs:__dberr (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/db/db/
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;

Completed in 12 milliseconds