Home
last modified time | relevance | path

Searched refs:response (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/journal-remote/
Djournal-gatewayd.c469 _cleanup_(MHD_destroy_responsep) struct MHD_Response *response = NULL; in request_handler_entries() local
506response = MHD_create_response_from_callback(MHD_SIZE_UNKNOWN, 4*1024, request_reader_entries, m, … in request_handler_entries()
507 if (!response) in request_handler_entries()
510 if (MHD_add_response_header(response, "Content-Type", mime_types[m->mode]) == MHD_NO) in request_handler_entries()
513 return MHD_queue_response(connection, MHD_HTTP_OK, response); in request_handler_entries()
618 _cleanup_(MHD_destroy_responsep) struct MHD_Response *response = NULL; in request_handler_fields() local
636response = MHD_create_response_from_callback(MHD_SIZE_UNKNOWN, 4*1024, request_reader_fields, m, N… in request_handler_fields()
637 if (!response) in request_handler_fields()
640 …if (MHD_add_response_header(response, "Content-Type", mime_types[m->mode == OUTPUT_JSON ? OUTPUT_J… in request_handler_fields()
643 return MHD_queue_response(connection, MHD_HTTP_OK, response); in request_handler_fields()
[all …]
Dmicrohttpd-util.c36 _cleanup_(MHD_destroy_responsep) struct MHD_Response *response in mhd_respond_internal() local
38 if (!response) in mhd_respond_internal()
42 if (MHD_add_response_header(response, "Content-Type", "text/plain") == MHD_NO) in mhd_respond_internal()
44 return MHD_queue_response(connection, code, response); in mhd_respond_internal()
/systemd-251/tools/
Dcoverity.sh129 response=$(curl \
138 printf "\033[33;1mThe response is\033[0m\n%s\n" "$response"
139 status_code=$(echo "$response" | sed -n '$p')
144 TEXT=$(echo "$response" | sed '$d')
/systemd-251/src/udev/ata_id/
Data_id.c53 .response = (uintptr_t) sense, in disk_scsi_inquiry_command()
135 .response = (uintptr_t) sense, in disk_identify_command()
213 .response = (uintptr_t) sense, in disk_identify_packet_device_command()
/systemd-251/src/systemctl/
Dsystemctl-edit.c291 char response; in unit_file_create_copy() local
293 …r = ask_char(&response, "yn", "\"%s\" already exists. Overwrite with \"%s\"? [(y)es, (n)o] ", new_… in unit_file_create_copy()
296 if (response != 'y') in unit_file_create_copy()
/systemd-251/src/udev/scsi_id/
Dscsi_serial.c146 (unsigned char *)(uintptr_t)hp->response, in sg_err_category4()
263 return scsi_dump_sense(dev_scsi, (unsigned char *)(uintptr_t)io->response, in scsi_dump_v4()
294 io_v4.response = (uintptr_t)sense; in scsi_inquiry()
/systemd-251/docs/
DCODE_OF_CONDUCT.md21 All complaints will be reviewed and investigated and will result in a response that is deemed neces…
DPASSWORD_AGENTS.md29 * The socket to send the response to is configured via `Socket=` in the `[Ask]` section. It is a `A…
/systemd-251/
DTODO1270 cannot delay the response properly until we are back, so instead of