Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/search/
Ddb_local.h98 typedef struct __db { struct
100 int (*close)(struct __db *); argument
101 int (*del)(const struct __db *, const DBT *, u_int); argument
102 int (*get)(const struct __db *, const DBT *, DBT *, u_int); argument
103 int (*put)(const struct __db *, DBT *, const DBT *, u_int); argument
104 int (*seq)(const struct __db *, DBT *, DBT *, u_int); argument
105 int (*sync)(const struct __db *, u_int); argument
107 int (*fd)(const struct __db *); argument