Searched refs:DB (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/search/ |
D | db_local.h | 108 } DB; typedef 205 DB *dbopen(const char *, int, int, DBTYPE, const void *); 208 DB *__bt_open(const char *, int, int, const BTREEINFO *, int); 209 DB *__hash_open(const char *, int, int, int, const HASHINFO *); 210 DB *__rec_open(const char *, int, int, const RECNOINFO *, int); 211 void __dbpanic(DB *dbp);
|
D | hash.c | 63 static int hash_close(DB *); 64 static int hash_delete(const DB *, const DBT *, u_int); 65 static int hash_fd(const DB *); 66 static int hash_get(const DB *, const DBT *, DBT *, u_int); 67 static int hash_put(const DB *, DBT *, const DBT *, u_int); 69 static int hash_seq(const DB *, DBT *, DBT *, u_int); 70 static int hash_sync(const DB *, u_int); 104 extern DB * 119 DB *dbp; 230 if (!(dbp = (DB *)malloc(sizeof(DB)))) { [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | ndbm.h | 72 typedef struct __db DB; /* Forward-declaration */ typedef 73 typedef DB DBM;
|
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | WIDTH-A | 11 02 51 61 C4 C7 C9-CB CD D0 D8-DB DD DF 533 10DB 00-FF
|