Searched refs:_jbl_as_json (Results 1 – 1 of 1) sorted by relevance
/third_party/ejdb/src/jbl/ |
D | jbl.c | 601 static iwrc _jbl_as_json(binn *bn, jbl_json_printer pt, void *op, int lvl, jbl_print_flags_t pf) { in _jbl_as_json() function 631 rc = _jbl_as_json(&bv, pt, op, lvl + 1, pf); in _jbl_as_json() 668 rc = _jbl_as_json(&bv, pt, op, lvl + 1, pf); in _jbl_as_json() 691 rc = _jbl_as_json(&bv, pt, op, lvl + 1, pf); in _jbl_as_json() 773 return _jbl_as_json(&jbl->bn, pt, op, 0, pf); in jbl_as_json()
|