Searched refs:jbn_copy_path (Results 1 – 4 of 4) sorted by relevance
/third_party/ejdb/src/jbl/tests/ |
D | jbl_test1.c | 816 rc = jbn_copy_path(n1, "/list/6/arr", n2, "/test/nested1", false, false, tpool); in jbl_test1_10() 819 rc = jbn_copy_path(n1, "/list/6/t", n2, "/test/t2", false, false, tpool); in jbl_test1_10() 822 rc = jbn_copy_path(n1, "/foo", n2, "/bar", false, false, tpool); in jbl_test1_10()
|
/third_party/ejdb/ |
D | Changelog | 95 * Fixed error in `jbn_copy_path()` if some source property doesn't exist (jbl.h) 128 * Added `no_src_clone` parameter `jbn_copy_path` (jbl.h) 138 * Added `jbn_copy_path` (jbl.h)
|
/third_party/ejdb/src/jbl/ |
D | jbl.h | 392 IW_EXPORT iwrc jbn_copy_path(
|
D | jbl.c | 1771 iwrc jbn_copy_path( in jbn_copy_path() function 1833 rc = jbn_copy_path(src, path, target, path, overwrite_on_nulls, no_src_clone, pool); in jbn_copy_paths()
|