hash.c | 66 static int hash_put(const DB *, DBT *, const DBT *, uint32_t); 206 dbp->put = hash_put; 535 hash_put(const DB *dbp, DBT *key, const DBT *data, uint32_t flag) function in typeref:typename:int 550 HASH_PUTNEW : HASH_PUT, __UNCONST(key), __UNCONST(data))); 652 case HASH_PUT: 683 case HASH_PUT:
|