Home
last modified time | relevance | path

Searched refs:JBP_SWAP (Results 1 – 2 of 2) sorted by relevance

/third_party/ejdb/src/jbl/
Djbl.c2285 } else if ((op == JBP_MOVE) || (op == JBP_COPY) || (op == JBP_SWAP)) { in _jbl_target_apply_patch()
2294 if (op == JBP_SWAP) { in _jbl_target_apply_patch()
2332 if (op == JBP_SWAP) { in _jbl_target_apply_patch()
2349 if (op == JBP_SWAP) { in _jbl_target_apply_patch()
2369 if (op == JBP_SWAP) { in _jbl_target_apply_patch()
2381 if (op == JBP_SWAP) { in _jbl_target_apply_patch()
2390 if (op == JBP_SWAP) { in _jbl_target_apply_patch()
2668 pp->op = JBP_SWAP; in _jbl_create_patch()
Djbl.h166 JBP_SWAP, /**< Swap values of two nodes */ enumerator