bool silc_idcache_find_by_name(SilcIDCache cache, char *name, SilcIDCacheList *ret);
Find cache entries by the name associated with the ID. This may return muliptle entries allocated to the SilcIDCacheList. Returns TRUE if the entry was found. The caller must free the SIlcIDCacheList.