Home
last modified time | relevance | path

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

/third_party/iowow/src/json/tests/
Djbl_test_binn2.c2283 copy = binn_copy(list); in test_binn_iter()
2301 copy = binn_copy(map); in test_binn_iter()
2320 copy = binn_copy(obj); in test_binn_iter()
2343 copy = binn_copy(ptr); in test_binn_iter()
2362 copy = binn_copy(ptr); in test_binn_iter()
2382 copy = binn_copy(ptr); in test_binn_iter()
/third_party/iowow/src/json/
Diwbinn.h283 IW_ALLOC binn* binn_copy(void *old);
Diwbinn.c1019 binn* binn_copy(void *old) { in binn_copy() function
Diwjson.c350 binn *bn = binn_copy(&src->bn); in jbl_clone()