Searched refs:DBT (Results 1 – 6 of 6) sorted by relevance
/picolibc-latest/newlib/libc/search/ |
D | db_local.h | 54 } DBT; typedef 98 int (*del)(const struct __db *, const DBT *, u_int); 99 int (*get)(const struct __db *, const DBT *, DBT *, u_int); 100 int (*put)(const struct __db *, DBT *, const DBT *, u_int); 101 int (*seq)(const struct __db *, DBT *, DBT *, u_int); 119 (const DBT *, const DBT *); 121 (const DBT *, const DBT *);
|
D | extern.h | 34 int __addel(HTAB *, BUFHEAD *, const DBT *, const DBT *); 36 int __big_insert(HTAB *, BUFHEAD *, const DBT *, const DBT *); 37 int __big_keydata(HTAB *, BUFHEAD *, DBT *, DBT *, int); 38 int __big_return(HTAB *, BUFHEAD *, int, DBT *, int);
|
D | ndbm.c | 99 DBT dbtkey, dbtretdata; in dbm_fetch() 123 DBT dbtretkey, dbtretdata; in dbm_firstkey() 143 DBT dbtretkey, dbtretdata; in dbm_nextkey() 162 DBT dbtkey; in dbm_delete() 182 DBT dbtkey, dbtdata; in dbm_store()
|
D | hash.c | 55 static int hash_access(HTAB *, HASH_ACTION, DBT *, DBT *); 57 static int hash_delete(const DB *, const DBT *, u_int); 59 static int hash_get(const DB *, const DBT *, DBT *, u_int); 60 static int hash_put(const DB *, DBT *, const DBT *, u_int); 62 static int hash_seq(const DB *, DBT *, DBT *, u_int); 558 const DBT *key, 559 DBT *data, 569 return (hash_access(hashp, HASH_GET, (DBT *)key, data)); 574 DBT *key, 575 const DBT *data, [all …]
|
D | hash_page.c | 72 static void putpair(char *, const DBT *, const DBT *); 73 static void squeeze_key(__uint16_t *, const DBT *, const DBT *); 89 putpair(char *p, const DBT *key, const DBT *val) in putpair() 178 DBT key, val; in __split_page() 280 DBT key, val; in ugly_split() 390 const DBT *key, in __addel() 391 const DBT *val) in __addel() 867 const DBT *key, in squeeze_key() 868 const DBT *val) in squeeze_key()
|
D | hash_bigkey.c | 73 static size_t collect_key(HTAB *, BUFHEAD *, size_t, DBT *, int); 88 const DBT *key, in __big_insert() 89 const DBT *val) in __big_insert() 359 DBT *val, in __big_return() 506 DBT *key, in __big_keydata() 507 DBT *val, in __big_keydata() 525 DBT *val, in collect_key() 578 DBT key, val; in __big_split()
|