Lines Matching refs:jw
276 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL;
280 if (jw) {
281 jsonw_pretty(jw, pretty);
282 jsonw_name(jw, info_source);
283 jsonw_start_object(jw);
304 if (jw)
305 jsonw_uint_field(jw, n->id, val);
310 if (jw) {
311 jsonw_end_object(jw);
312 jsonw_destroy(&jw);
318 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL;
322 if (jw) {
323 jsonw_pretty(jw, pretty);
324 jsonw_name(jw, info_source);
325 jsonw_start_object(jw);
349 if (jw)
350 jsonw_uint_field(jw, n->id, val);
356 if (jw) {
357 jsonw_end_object(jw);
358 jsonw_destroy(&jw);