Searched refs:jbn_from_json (Results 1 – 11 of 11) sorted by relevance
/third_party/iowow/src/json/tests/ |
D | jbl_test1.c | 38 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() 871 iwrc rc = jbn_from_json("{\"foo\":1.1}", &n, pool); in jbl_test1_12()
|
/third_party/ejdb/src/tests/ |
D | ejdb_test4.c | 22 iwrc rc = jbn_from_json("{}", &n, pool); in set_apply_int() 165 rc = jbn_from_json("{}", &n, pool); in ejdb_test4_2()
|
D | ejdb_test3.c | 734 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/jql/tests/ |
D | jql_test1.c | 235 rc = jbn_from_json(eqjson, &eqn, pool); in _jql_test1_3()
|
/third_party/iowow/src/json/ |
D | iwjson.h | 649 IW_EXPORT iwrc jbn_from_json(const char *json, JBL_NODE *node, IWPOOL *pool);
|
D | iwjser.c | 586 iwrc jbn_from_json(const char *json, JBL_NODE *node, IWPOOL *pool) { in jbn_from_json() function
|
D | iwjson.c | 214 rc = jbn_from_json(buf, node, pool); in jbn_from_json_printf_va() 549 rc = jbn_from_json(jsonstr, &node, pool); in jbl_from_json() 2745 iwrc rc = jbn_from_json(patchjson, &patch, pool); in jbl_patch_from_json() 2855 iwrc rc = jbn_from_json(patchjson, &patch, pool); in jbn_merge_patch_from_json()
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/ |
D | ejdb2jni.c | 956 rc = jbn_from_json(val, &node, pool); in Java_com_softmotions_ejdb2_JQL__1set_1string()
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.c | 749 rc = jbn_from_json(svalue, &node, pool); in ejd_jql_set()
|
/third_party/ejdb/src/ |
D | ejdb2.c | 1261 rc = jbn_from_json(patchjson, &patch, pool); in _jb_patch()
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | ejdb2_node.c | 1932 rc = jbn_from_json(svalue, &node, vpool); in jn_jql_set()
|