Searched refs:jsonw_new (Results 1 – 5 of 5) sorted by relevance
97 json_writer_t *jsonw_new(FILE *f) in jsonw_new() function270 json_writer_t *wr = jsonw_new(stdout); in main()
25 json_writer_t *jsonw_new(FILE *f);
243 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_raw_db()447 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_kern_db()473 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_incr_db()
276 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_kern_db()318 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_incr_db()
115 json_writer_t *jw = jsonw_new(of); in print_json()