Searched refs:jsonw_new (Results 1 – 11 of 11) sorted by relevance
97 json_writer_t *jsonw_new(FILE *f) in jsonw_new() function304 json_writer_t *wr = jsonw_new(stdout); in main()
26 _jw = jsonw_new(stdout); in new_json_obj()
25 json_writer_t *jsonw_new(FILE *f);
52 rd->jw = jsonw_new(stdout); in rd_init()
308 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_raw_db()518 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_kern_db()549 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_incr_db()
298 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_kern_db()345 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_incr_db()
113 json_writer_t *jw = jsonw_new(of); in print_json()
352 jw_global = jsonw_new(stdout); in vlan_show()
336 jw_global = jsonw_new(stdout); in mdb_show()
383 jw_global = jsonw_new(stdout); in fdb_show()
3855 dl->jw = jsonw_new(stdout); in dl_init()