idmap_cache_find_gid2sid 7237 source3/include/proto.h bool idmap_cache_find_gid2sid(gid_t gid, struct dom_sid *sid, bool *expired);
idmap_cache_find_gid2sid 1361 source3/passdb/lookup_sid.c 	ret = idmap_cache_find_gid2sid(gid, psid, &expired);
idmap_cache_find_gid2sid  101 source3/winbindd/idmap_util.c 	    && idmap_cache_find_gid2sid(gid, sid, &expired)) {
idmap_cache_find_gid2sid  589 source3/winbindd/winbindd_sid.c 	if (idmap_cache_find_gid2sid(state->request.data.gid, &sid,