Searched refs:_ht_strcmp (Results 1 – 1 of 1) sorted by relevance
100 static int _ht_strcmp(const char *node_key, const char *look_key);254 hash->keycmp = hash->case_sensitive ? _ht_strcmp : _ht_lower_strcmp; in _new_HashTable()661 static int _ht_strcmp(const char *node_key, const char *look_key) in _ht_strcmp() function