Function silc_idcache_find_by_name
SYNOPSIS
bool silc_idcache_find_by_name(SilcIDCache cache, char *name,
SilcIDCacheList *ret);
DESCRIPTION
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.