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

  /src/lib/libc/db/hash/
hash.c 61 static int hash_access(HTAB *, ACTION, DBT *, DBT *);
531 return (hash_access(hashp, HASH_GET, __UNCONST(key), data));
549 return (hash_access(hashp, flag == R_NOOVERWRITE ?
567 return hash_access(hashp, HASH_DELETE, __UNCONST(key), NULL);
574 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val) function in typeref:typename:int
hash.c 61 static int hash_access(HTAB *, ACTION, DBT *, DBT *);
531 return (hash_access(hashp, HASH_GET, __UNCONST(key), data));
549 return (hash_access(hashp, flag == R_NOOVERWRITE ?
567 return hash_access(hashp, HASH_DELETE, __UNCONST(key), NULL);
574 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val) function in typeref:typename:int

Completed in 23 milliseconds