Searched refs:connection (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/journal-remote/ |
D | journal-gatewayd.c | 93 struct MHD_Connection *connection, in request_meta_free() argument 267 struct MHD_Connection *connection) { in request_parse_accept() argument 272 assert(connection); in request_parse_accept() 274 header = MHD_lookup_connection_value(connection, MHD_HEADER_KIND, "Accept"); in request_parse_accept() 294 struct MHD_Connection *connection) { in request_parse_range() argument 300 assert(connection); in request_parse_range() 302 range = MHD_lookup_connection_value(connection, MHD_HEADER_KIND, "Range"); in request_parse_range() 454 struct MHD_Connection *connection) { in request_parse_arguments() argument 457 assert(connection); in request_parse_arguments() 460 … MHD_get_connection_values(connection, MHD_GET_ARGUMENT_KIND, request_parse_arguments_iterator, m); in request_parse_arguments() [all …]
|
D | microhttpd-util.c | 29 static int mhd_respond_internal(struct MHD_Connection *connection, in mhd_respond_internal() argument 34 assert(connection); in mhd_respond_internal() 44 return MHD_queue_response(connection, code, response); in mhd_respond_internal() 47 int mhd_respond(struct MHD_Connection *connection, in mhd_respond() argument 55 return mhd_respond_internal(connection, code, in mhd_respond() 60 int mhd_respond_oom(struct MHD_Connection *connection) { in mhd_respond_oom() argument 61 return mhd_respond(connection, MHD_HTTP_SERVICE_UNAVAILABLE, "Out of memory."); in mhd_respond_oom() 64 int mhd_respondf(struct MHD_Connection *connection, in mhd_respondf() argument 74 assert(connection); in mhd_respondf() 88 return respond_oom(connection); in mhd_respondf() [all …]
|
D | journal-remote-main.c | 183 struct MHD_Connection *connection, in request_meta_free() argument 199 struct MHD_Connection *connection, in process_http_upload() argument 211 __func__, connection, *upload_data_size); in process_http_upload() 219 return mhd_respond_oom(connection); in process_http_upload() 232 DATA_SIZE_MAX, connection); in process_http_upload() 235 ENTRY_FIELD_COUNT_MAX, connection); in process_http_upload() 238 connection); in process_http_upload() 251 return mhd_respondf(connection, in process_http_upload() 257 return mhd_respond(connection, MHD_HTTP_ACCEPTED, "OK."); in process_http_upload() 262 struct MHD_Connection *connection, in request_handler() argument [all …]
|
D | microhttpd-util.h | 63 #define respond_oom(connection) log_oom(), mhd_respond_oom(connection) argument 65 int mhd_respondf(struct MHD_Connection *connection, 70 int mhd_respond(struct MHD_Connection *connection, 74 int mhd_respond_oom(struct MHD_Connection *connection); 76 int check_permissions(struct MHD_Connection *connection, int *code, char **hostname);
|
/systemd-251/ |
D | NEWS | 1589 an unallocated bus connection is neither ready nor open. 2185 connection to the session bus of a specific user in a local container 3266 connection is made to the socket and the required data read from 5373 be used to control whether a bus connection object is automatically 5816 establishing a TLS/TCP connection are implemented. 6361 feature is enabled, an sd_bus connection may be set up to connect to 6371 soon as a D-Bus connection is set up fully. This message mirrors the 6373 connection is terminated. This signal is generally useful but 6378 whether a connection is fully set up (i.e. between the "Connected" and 6411 too this does not implicitly allocate bus connection objects, this [all …]
|
D | TODO | 671 address as conduit for some minimal connection metainfo, and use it to
|
/systemd-251/hwdb.d/ |
D | usb.ids | 19928 0003 Alcatel one touch 4030D modem connection 22266 0a05 Jolla PC connection 22445 6108 Lex720 [LePro 3] in connection sharing usb
|
D | 20-usb-vendor-model.hwdb | 59718 ID_MODEL_FROM_DATABASE=Alcatel one touch 4030D modem connection 66732 ID_MODEL_FROM_DATABASE=Jolla PC connection 67269 ID_MODEL_FROM_DATABASE=Lex720 [LePro 3] in connection sharing usb
|