Home
last modified time | relevance | path

Searched refs:jsonw_new (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/lib/
Djson_writer.c97 json_writer_t *jsonw_new(FILE *f) in jsonw_new() function
270 json_writer_t *wr = jsonw_new(stdout); in main()
/external/iproute2/include/
Djson_writer.h25 json_writer_t *jsonw_new(FILE *f);
/external/iproute2/misc/
Difstat.c243 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()
Dnstat.c276 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()
Dlnstat.c115 json_writer_t *jw = jsonw_new(of); in print_json()