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