Searched refs:jsonw_pretty (Results 1 – 10 of 10) sorted by relevance
/external/iproute2/lib/ |
D | json_print.c | 31 jsonw_pretty(_jw, true); in new_json_obj() 91 jsonw_pretty(_jw, false); in close_json_array() 93 jsonw_pretty(_jw, true); in close_json_array()
|
D | json_writer.c | 121 void jsonw_pretty(json_writer_t *self, bool on) in jsonw_pretty() function 307 jsonw_pretty(wr, true); in main()
|
/external/iproute2/include/ |
D | json_writer.h | 30 void jsonw_pretty(json_writer_t *self, bool on);
|
/external/iproute2/rdma/ |
D | rdma.c | 57 jsonw_pretty(rd->jw, rd->pretty_output); in rd_init()
|
/external/iproute2/misc/ |
D | ifstat.c | 314 jsonw_pretty(jw, pretty); in dump_raw_db() 523 jsonw_pretty(jw, pretty); in dump_kern_db() 554 jsonw_pretty(jw, pretty); in dump_incr_db()
|
D | nstat.c | 304 jsonw_pretty(jw, pretty); in dump_kern_db() 351 jsonw_pretty(jw, pretty); in dump_incr_db()
|
/external/iproute2/bridge/ |
D | vlan.c | 165 jsonw_pretty(jw_global, 1); in print_vlan_port()
|
D | mdb.c | 337 jsonw_pretty(jw_global, 1); in mdb_show()
|
D | fdb.c | 135 jsonw_pretty(jw_global, 1); in print_fdb()
|
/external/iproute2/devlink/ |
D | devlink.c | 3860 jsonw_pretty(dl->jw, dl->pretty_output); in dl_init()
|