HomeSort by: relevance | last modified time | path
    Searched defs:hash_put (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/db/hash/
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:

Completed in 12 milliseconds