Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.exec.c150 int slash, gflag, rehashed; in doexec() local
263 rehashed = 0; in doexec()
315 if (adrof(STRautorehash) && !rehashed && havhash && opv != justabs) { in doexec()
317 rehashed = 1; in doexec()
817 int hashval, rehashed, i; in iscommand() local
827 rehashed = 0; in iscommand()
858 if (adrof(STRautorehash) && !rehashed && havhash && opv != justabs) { in iscommand()
860 rehashed = 1; in iscommand()
1087 int hashval, rehashed, i, ex, rval = 0; in find_cmd() local
1139 rehashed = 0; in find_cmd()
[all …]
H A Dsh.hist.c563 unsigned rehashed = 0; in testHash() local
566 if (hits == 0 && rehashed > 0) in testHash()
567 hits = 1 && rehashed--; in testHash()
569 rehashed += hits-1; in testHash()
/freebsd/crypto/openssl/crypto/hashtable/
H A Dhashtable.c430 int rehashed; in grow_hashtable() local
461 rehashed = 0; in grow_hashtable()
466 rehashed = 1; in grow_hashtable()
470 if (rehashed == 0) { in grow_hashtable()
/freebsd/crypto/openssl/doc/man3/
H A DX509_LOOKUP_hash_dir.pod113 1.0.0, and all certificate stores have to be rehashed when moving from OpenSSL
H A DOPENSSL_LH_COMPFUNC.pod205 hash table being contracted to a smaller size and rehashed.