Searched refs:OUTPUT_JSON (Results 1 - 4 of 4) sorted by relevance

/systemd/src/shared/
H A Doutput-mode.h29 OUTPUT_JSON, enumerator in enum:OutputMode
H A Dlogs-show.c899 [OUTPUT_JSON] = output_json,
1299 [OUTPUT_JSON] = "json",
/systemd/src/journal-remote/
H A Djournal-gatewayd.c76 [OUTPUT_JSON] = "application/json",
274 if (streq(header, mime_types[OUTPUT_JSON]))
275 m->mode = OUTPUT_JSON;
522 if (m == OUTPUT_JSON) {
643 MHD_add_response_header(response, "Content-Type", mime_types[m->mode == OUTPUT_JSON ? OUTPUT_JSON : OUTPUT_SHORT]);
/systemd/src/journal/
H A Djournalctl.c481 arg_output == OUTPUT_JSON ||

Completed in 561 milliseconds