Lines Matching defs:key
34 if (KEY_LOWER_THAN(node->key, (*root)->key))44 /* Locate the node with the given key. This is the most complicated48 RotatingTree_Get(rotating_node_t **root, void *key)54 if (node->key == key)56 if (KEY_LOWER_THAN(key, node->key))71 if (node->key == key)74 if (KEY_LOWER_THAN(key, node->key)) {