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

  /src/lib/libc/db/hash/
hash.c 65 static int hash_get(const DB *, const DBT *, DBT *, uint32_t);
205 dbp->get = hash_get;
522 hash_get(const DB *dbp, const DBT *key, DBT *data, uint32_t flag) function in typeref:typename:int
531 return (hash_access(hashp, HASH_GET, __UNCONST(key), data));
661 case HASH_GET:
673 case HASH_GET:
hash.c 65 static int hash_get(const DB *, const DBT *, DBT *, uint32_t);
205 dbp->get = hash_get;
522 hash_get(const DB *dbp, const DBT *key, DBT *data, uint32_t flag) function in typeref:typename:int
531 return (hash_access(hashp, HASH_GET, __UNCONST(key), data));
661 case HASH_GET:
673 case HASH_GET:

Completed in 23 milliseconds