Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbl/tests/
Djbl_test1.c38 rc = jbn_from_json(data, &node, pool); in _jbl_test1_1()
776 iwrc rc = jbn_from_json(data, &n, pool); in jbl_test1_9()
810 iwrc rc = jbn_from_json(src_data, &n1, pool); in jbl_test1_10()
813 rc = jbn_from_json(tgt_data, &n2, tpool); in jbl_test1_10()
848 iwrc rc = jbn_from_json(src_data, &n1, pool); in jbl_test1_11()
851 rc = jbn_from_json(tgt_data, &n2, pool); in jbl_test1_11()
/third_party/ejdb/src/tests/
Dejdb_test4.c22 iwrc rc = jbn_from_json("{}", &n, pool); in set_apply_int()
165 rc = jbn_from_json("{}", &n, pool); in ejdb_test4_2()
Dejdb_test3.c734 rc = jbn_from_json("[\"zaz\",\"gaz\"]", &qtags, pool); in ejdb_test3_4()
780 rc = jbn_from_json("[\"zaz\",\"boo\"]", &qtags, pool); in ejdb_test3_4()
806 rc = jbn_from_json("[\"gaz\"]", &qtags, pool); in ejdb_test3_4()
1103 rc = jbn_from_json(buf, &n, pool); in ejdb_test3_8()
/third_party/ejdb/src/jbl/
Djbl_json.c581 iwrc jbn_from_json(const char *json, JBL_NODE *node, IWPOOL *pool) { in jbn_from_json() function
595 return jbn_from_json(json, node, pool); in jbl_node_from_json()
Djbl.h648 IW_EXPORT iwrc jbn_from_json(const char *json, JBL_NODE *node, IWPOOL *pool);
Djbl.c176 rc = jbn_from_json(buf, node, pool); in jbn_from_json_printf_va()
511 rc = jbn_from_json(jsonstr, &node, pool); in jbl_from_json()
2703 iwrc rc = jbn_from_json(patchjson, &patch, pool); in jbl_patch_from_json()
2813 iwrc rc = jbn_from_json(patchjson, &patch, pool); in jbn_merge_patch_from_json()
/third_party/ejdb/src/jql/tests/
Djql_test1.c236 rc = jbn_from_json(eqjson, &eqn, pool); in _jql_test1_3()
/third_party/ejdb/src/bindings/ejdb2_jni/src/
Dejdb2jni.c956 rc = jbn_from_json(val, &node, pool); in Java_com_softmotions_ejdb2_JQL__1set_1string()
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c749 rc = jbn_from_json(svalue, &node, pool); in ejd_jql_set()
/third_party/ejdb/src/
Dejdb2.c1318 rc = jbn_from_json(patchjson, &patch, pool); in _jb_patch()
/third_party/ejdb/src/bindings/ejdb2_node/
Dejdb2_node.c1932 rc = jbn_from_json(svalue, &node, vpool); in jn_jql_set()