Searched refs:OUTPUT_JSON_SEQ (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | output-mode.c | 13 case OUTPUT_JSON_SEQ: in output_mode_to_json_format_flags() 37 [OUTPUT_JSON_SEQ] = "json-seq",
|
D | output-mode.h | 20 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()
|
D | logs-show.c | 1252 [OUTPUT_JSON_SEQ] = output_json,
|
/systemd-251/src/journal-remote/ |
D | journal-gatewayd.c | 72 [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/ |
D | journalctl.c | 579 …put, OUTPUT_EXPORT, OUTPUT_JSON, OUTPUT_JSON_PRETTY, OUTPUT_JSON_SSE, OUTPUT_JSON_SEQ, OUTPUT_CAT)) in parse_argv()
|