hash_find_entry  1048 lib/hash.c       if ((data = hash_find_entry (table, entry, &bucket, false)) != NULL)
hash_find_entry  1084 lib/hash.c               if (hash_find_entry (table, entry, &bucket, false) != NULL)
hash_find_entry  1142 lib/hash.c       data = hash_find_entry (table, entry, &bucket, true);