Lines Matching refs:authdes_cachesz
72 int authdes_cachesz = DEF_AUTHDES_CACHESZ;
86 static struct cache_entry *_rpc_authdes_cache; /* [authdes_cachesz] */
250 if (sid >= authdes_cachesz) {
483 malloc(sizeof (struct cache_entry) * authdes_cachesz);
489 sizeof (struct cache_entry) * authdes_cachesz);
494 for (i = 1; i < (authdes_cachesz - 1); i++) {
500 cache_tail = &_rpc_authdes_cache[authdes_cachesz - 1];
506 cache_tail->index = authdes_cachesz - 1;
510 cache_tail->prev = &_rpc_authdes_cache[authdes_cachesz - 2];
577 for (cp = _rpc_authdes_cache, i = 0; i < authdes_cachesz; i++, cp++) {
638 if (sid >= authdes_cachesz) {