Searched refs:rehash (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | hashset.c | 74 static void rehash(HASHSET h); 153 rehash(HASHSET h) in rehash() function 198 rehash(h); in h_put()
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | hash.c | 165 static void rehash(Hash *pH, int new_size){ in rehash() function 328 if( pH->htsize==0 ) rehash(pH,8); in sqliteHashInsert() 335 rehash(pH,pH->htsize*2); in sqliteHashInsert()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | cd_pwd.c | 44 static void rehash(register Namval_t *np,void *data) in rehash() function 209 nv_scan(shp->track_tree,rehash,(void*)0,NV_TAGGED,NV_TAGGED); in b_cd()
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | tran.c | 103 static void rehash(Array *); 305 rehash(tp); in setsymtab() 325 rehash(Array *tp) /* rehash items in small table into big one */ in rehash() function
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | ltable.c | 343 static void rehash (lua_State *L, Table *t, const TValue *ek) { in rehash() function 415 rehash(L, t, key); /* grow table */ in luaH_newkey()
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | select5.test | 84 # Get the Agg function to rehash in vdbe.c
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 238 static void rehash(register Namval_t *np,void *data) in rehash() function 346 nv_scan(shp->track_tree,rehash,(void*)0,NV_TAGGED,NV_TAGGED); in put_restricted()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | SUNWcs.man1.inc | 219 link path=usr/share/man/man1/rehash.1 target=hash.1
|
/illumos-gate/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 4334 rehash: in hat_add_callback() 4438 goto rehash; in hat_add_callback() 4457 goto rehash; in hat_add_callback() 4543 rehash: in hat_delete_callback() 4614 goto rehash; in hat_delete_callback() 4632 goto rehash; in hat_delete_callback()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | RELEASE | 393 add PP_NOHASH for PP_COMPILE front ends that rehash T_ID anyway
|