Searched refs:pwuid_cache (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dncgrpw.c58 static Cache *pwuid_cache = (Cache *) NULL; variable
346 if (init_cache(&pwuid_cache, HASHSIZE, BSZ,
350 pwuid_cache = (Cache *) NULL;
359 if ((itemp = lookup_cache(pwuid_cache, &uid, len)) == Null_Item) {
392 if (add_cache(pwuid_cache, itemp) == -1)

Completed in 21 milliseconds