Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbl/
Djbl.c2305 int lastidx = path->cnt - 1; in _jbl_target_apply_patch() local
2306 JBL_NODE parent = (path->cnt > 1) ? _jbl_node_find(target, path, 0, lastidx) : target; in _jbl_target_apply_patch()
2310 for (int i = 0; i < lastidx; ++i) { in _jbl_target_apply_patch()
2331 if ((path->n[lastidx][0] == '-') && (path->n[lastidx][1] == '\0')) { in _jbl_target_apply_patch()
2337 int idx = iwatoi(path->n[lastidx]); in _jbl_target_apply_patch()