Searched refs:__db (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/search/ |
D | db_local.h | 95 typedef struct __db { struct 97 int (*close)(struct __db *); argument 98 int (*del)(const struct __db *, const DBT *, u_int); argument 99 int (*get)(const struct __db *, const DBT *, DBT *, u_int); argument 100 int (*put)(const struct __db *, DBT *, const DBT *, u_int); argument 101 int (*seq)(const struct __db *, DBT *, DBT *, u_int); argument 102 int (*sync)(const struct __db *, u_int); argument 104 int (*fd)(const struct __db *); argument
|
/picolibc-latest/newlib/libc/include/ |
D | ndbm.h | 71 struct __db; /* Forward-declaration */ 72 typedef struct __db DB; /* Forward-declaration */
|