Home
last modified time | relevance | path

Searched refs:HASH_STATIC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dhash.h41 #define HASH_STATIC (1L<<5) /* static table allocation */ macro
64 #define HASH_RESET (HASH_RESIZE|HASH_SCOPE|HASH_STATIC|HASH_VALUE)
65 #define HASH_INTERNAL (HASH_BUCKET|HASH_RESIZE|HASH_SCANNING|HASH_STATIC)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashsize.c75 if ((tab->flags & (HASH_RESIZE|HASH_STATIC)) != HASH_STATIC) in hashsize()
H A Dhashfree.c94 if ((tab->flags & (HASH_RESIZE|HASH_STATIC)) != HASH_STATIC) in hashfree()
H A Dhashalloc.c146 tab->flags |= HASH_STATIC; in hashalloc()
H A Dhashdump.c44 if (flags & HASH_STATIC) sfprintf(sfstderr, "static "); in dumpflags()