HomeSort by: relevance | last modified time | path
    Searched refs:HASH_PUT (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/hash/
hash.h 43 HASH_GET, HASH_PUT, HASH_PUTNEW, HASH_DELETE, HASH_FIRST, HASH_NEXT
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 13 milliseconds