Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbl/
Djbl.h874 IW_EXPORT iwrc jbn_patch_auto(JBL_NODE root, JBL_NODE patch, IWPOOL *pool);
Djbl.c2866 iwrc jbn_patch_auto(JBL_NODE root, JBL_NODE patch, IWPOOL *pool) { in jbn_patch_auto() function
/third_party/ejdb/src/jql/
Djql.c1748 return jbn_patch_auto(root, pv->vnode, pool); in jql_apply()
1750 return jbn_patch_auto(root, q->aux->apply, pool); in jql_apply()
/third_party/ejdb/src/
Dejdb2.c1328 rc = jbn_patch_auto(root, patch, pool); in _jb_patch()