Searched defs:node_key (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c99 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);
625 * node_key const char * The lower-case hash-node key being compared
629 * return int <0 if node_key < look_key.
630 * 0 if node_key == look_key.
631 * >0 if node_key > look_key.
633 static int _ht_lower_strcmp(const char *node_key, const char *look_key) argument
635 int cn; /* The latest character from node_key[] */
638 cn = *node_key++;
654 * node_key cha
661 _ht_strcmp(const char *node_key, const char *look_key) argument
[all...]

Completed in 57 milliseconds