Searched refs:update_if_not_found (Results 1 – 1 of 1) sorted by relevance
/third_party/iowow/src/utils/ |
D | iwstree.c | 146 int update_if_not_found, in _splay() argument 162 next = _splay(st, update_if_not_found, pa, child, &(*child)->left, key); in _splay() 164 next = _splay(st, update_if_not_found, pa, child, &(*child)->right, key); in _splay() 167 if (update_if_not_found) { in _splay()
|