Home
last modified time | relevance | path

Searched defs:__db (Results 1 – 1 of 1) sorted by relevance

/dragonfly/include/
H A Ddb.h97 typedef struct __db { struct
99 int (*close)(struct __db *); argument
100 int (*del)(const struct __db *, const DBT *, unsigned int); argument
101 int (*get)(const struct __db *, const DBT *, DBT *, unsigned int); argument
102 int (*put)(const struct __db *, DBT *, const DBT *, unsigned int); argument
103 int (*seq)(const struct __db *, DBT *, DBT *, unsigned int); argument
104 int (*sync)(const struct __db *, unsigned int); argument
106 int (*fd)(const struct __db *); argument
107 void *mutex;