Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Doutput-mode.c13 case OUTPUT_JSON_SEQ: in output_mode_to_json_format_flags()
37 [OUTPUT_JSON_SEQ] = "json-seq",
Doutput-mode.h20 OUTPUT_JSON_SEQ, enumerator
28 return IN_SET(m, OUTPUT_JSON, OUTPUT_JSON_PRETTY, OUTPUT_JSON_SSE, OUTPUT_JSON_SEQ); in OUTPUT_MODE_IS_JSON()
Dlogs-show.c1252 [OUTPUT_JSON_SEQ] = output_json,
/systemd-251/src/journal-remote/
Djournal-gatewayd.c72 [OUTPUT_JSON_SEQ] = "application/json-seq",
282 else if (streq(header, mime_types[OUTPUT_JSON_SEQ])) in request_parse_accept()
283 m->mode = OUTPUT_JSON_SEQ; in request_parse_accept()
/systemd-251/src/journal/
Djournalctl.c579 …put, OUTPUT_EXPORT, OUTPUT_JSON, OUTPUT_JSON_PRETTY, OUTPUT_JSON_SSE, OUTPUT_JSON_SEQ, OUTPUT_CAT)) in parse_argv()