Searched refs:node_key (Results 1 – 1 of 1) sorted by relevance
99 static int _ht_lower_strcmp(const char *node_key, const char *look_key);100 static int _ht_strcmp(const char *node_key, const char *look_key);633 static int _ht_lower_strcmp(const char *node_key, const char *look_key) in _ht_lower_strcmp() argument638 cn = *node_key++; in _ht_lower_strcmp()661 static int _ht_strcmp(const char *node_key, const char *look_key) in _ht_strcmp() argument663 return strcmp(node_key, look_key); in _ht_strcmp()