Ignore:
Timestamp:
Oct 20, 2008, 1:08:10 AM (17 years ago)
Author:
bird
Message:

kmk: delegating variable string hashing to the strcache, dropping the VARIALBE_HASH hack (remaining code to be removed).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/strcache2.h

    r1885 r1887  
    8282const char *strcache2_add_hashed (struct strcache2 *cache, const char *str, unsigned int length,
    8383                                  unsigned int hash1, unsigned int hash2);
     84const char *strcache2_lookup (struct strcache2 *cache, const char *str, unsigned int length);
    8485int strcache2_is_cached (struct strcache2 *cache, const char *str);
    8586int strcache2_verify_entry (struct strcache2 *cache, const char *str);
Note: See TracChangeset for help on using the changeset viewer.