Searched refs:response (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/journal-remote/ |
D | journal-gatewayd.c | 469 _cleanup_(MHD_destroy_responsep) struct MHD_Response *response = NULL; in request_handler_entries() local 506 …response = 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 636 …response = 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 …]
|
D | microhttpd-util.c | 36 _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/ |
D | coverity.sh | 129 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/ |
D | ata_id.c | 53 .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/ |
D | systemctl-edit.c | 291 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/ |
D | scsi_serial.c | 146 (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/ |
D | CODE_OF_CONDUCT.md | 21 All complaints will be reviewed and investigated and will result in a response that is deemed neces…
|
D | PASSWORD_AGENTS.md | 29 * The socket to send the response to is configured via `Socket=` in the `[Ask]` section. It is a `A…
|
/systemd-251/ |
D | TODO | 1270 cannot delay the response properly until we are back, so instead of
|