/third_party/selinux/libsepol/include/sepol/ |
H A D | ibendports.h | 15 unsigned int *response); 20 const sepol_ibendport_key_t *key, int *response); 26 sepol_ibendport_t **response);
|
H A D | booleans.h | 21 const sepol_policydb_t * p, unsigned int *response); 26 const sepol_bool_key_t * key, int *response); 32 sepol_bool_t ** response);
|
H A D | interfaces.h | 15 unsigned int *response); 20 const sepol_iface_key_t * key, int *response); 27 sepol_iface_t ** response);
|
H A D | ibpkeys.h | 15 const sepol_policydb_t *p, unsigned int *response); 20 const sepol_ibpkey_key_t *key, int *response); 26 sepol_ibpkey_t **response);
|
H A D | nodes.h | 14 const sepol_policydb_t * p, unsigned int *response); 19 const sepol_node_key_t * key, int *response); 25 sepol_node_t ** response);
|
/third_party/node/src/ |
H A D | cares_wrap.h | 384 tracker->TrackFieldWithSize("response", response_data_->buf.size); 406 const std::unique_ptr<ResponseData>& response); 414 const std::unique_ptr<ResponseData>& response); 422 const std::unique_ptr<ResponseData>& response); 430 const std::unique_ptr<ResponseData>& response); 438 const std::unique_ptr<ResponseData>& response); 446 const std::unique_ptr<ResponseData>& response); 454 const std::unique_ptr<ResponseData>& response); 462 const std::unique_ptr<ResponseData>& response); 470 const std::unique_ptr<ResponseData>& response); [all...] |
H A D | inspector_socket_server.cc | 102 const std::string& response, in SendHttpResponse() 114 response.size()); in SendHttpResponse() 116 socket->Write(response.data(), response.size()); in SendHttpResponse() 120 std::map<std::string, std::string> response; in SendVersionResponse() local 121 response["Browser"] = "node.js/" NODE_VERSION; in SendVersionResponse() 122 response["Protocol-Version"] = "1.1"; in SendVersionResponse() 123 SendHttpResponse(socket, MapToString(response), 200); in SendVersionResponse() 358 std::vector<std::map<std::string, std::string>> response; in SendListResponse() local 360 response in SendListResponse() 101 SendHttpResponse(InspectorSocket* socket, const std::string& response, int code) SendHttpResponse() argument [all...] |
/third_party/libcoap/src/ |
H A D | coap_resource.c | 116 * set to the length of the well-known response on return. 990 coap_pdu_t *response; local 1013 /* Waiting for the previous unsolicited response to finish */ 1023 /* Waiting for the previous blocked unsolicited response to finish */ 1032 /* initialize response */ 1033 response = coap_pdu_init(COAP_MESSAGE_CON, 0, 0, coap_session_max_pdu_size(obs->session)); 1034 if (!response) { 1043 if (!coap_add_token(response, obs->pdu->actual_token.length, 1050 coap_delete_pdu(response); 1054 obs->pdu->mid = response [all...] |
/third_party/protobuf/conformance/ |
H A D | conformance_test.h | 76 // the response. 103 std::string* response); 258 // Parse payload in the response to the given message. Returns true on 261 const conformance::ConformanceResponse& response, 267 const conformance::ConformanceResponse& response, 273 const conformance::ConformanceResponse& response, 277 const conformance::ConformanceResponse& response); 287 conformance::ConformanceResponse* response);
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_request_response_with_callback.c | 88 struct SPDY_Response * response, in response_done_callback() 99 SPDY_destroy_response(response); in response_done_callback() 127 struct SPDY_Response *response=NULL; in standard_request_handler() local 145 response = SPDY_build_response_with_callback(200,NULL, in standard_request_handler() 149 if(NULL==response){ in standard_request_handler() 150 fprintf(stdout,"no response obj\n"); in standard_request_handler() 156 if(SPDY_queue_response(request,response,true,false,&response_done_callback,clspath)!=SPDY_YES) in standard_request_handler() 87 response_done_callback(void *cls, struct SPDY_Response * response, struct SPDY_Request * request, enum SPDY_RESPONSE_RESULT status, bool streamopened) response_done_callback() argument
|
/third_party/libcoap/examples/lwip/ |
H A D | server-coap.c | 31 coap_pdu_t *response) { in hnd_get_time() 44 response->code = in hnd_get_time() 48 coap_add_option(response, COAP_OPTION_CONTENT_FORMAT, in hnd_get_time() 53 coap_add_option(response, COAP_OPTION_MAXAGE, in hnd_get_time() 67 coap_add_data(response, len, buf); in hnd_get_time() 29 hnd_get_time(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_time() argument
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | bind05.c | 89 const char *response; in peer_thread() local 106 response = testcase_list[request].description; in peer_thread() 108 response = "Invalid request value"; in peer_thread() 110 SAFE_WRITE(SAFE_WRITE_ALL, sock, response, strlen(response) + 1); in peer_thread()
|
H A D | bind04.c | 89 const char *response; in peer_thread() local 96 response = testcase_list[request].description; in peer_thread() 98 response = "Invalid request value"; in peer_thread() 100 SAFE_WRITE(SAFE_WRITE_ALL, sock, response, strlen(response) + 1); in peer_thread()
|
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_rsp_sign.c | 42 /* Default callback for response generation. */ 318 if (!TS_RESP_set_status_info(ctx->response, si)) in TS_RESP_CTX_set_status_info() 333 TS_STATUS_INFO *si = ctx->response->status_info; in TS_RESP_CTX_set_status_info_cond() 343 TS_STATUS_INFO *si = ctx->response->status_info; in TS_RESP_CTX_add_failure_info() 374 /* Main entry method of the response generation. */ 378 TS_RESP *response; in TS_RESP_create_response() local 383 if ((ctx->response = TS_RESP_new()) == NULL) { in TS_RESP_create_response() 410 if (ctx->response != NULL) { in TS_RESP_create_response() 413 "Error during response " in TS_RESP_create_response() 415 TS_RESP_free(ctx->response); in TS_RESP_create_response() [all...] |
/third_party/openssl/crypto/ts/ |
H A D | ts_rsp_sign.c | 42 /* Default callback for response generation. */ 318 if (!TS_RESP_set_status_info(ctx->response, si)) in TS_RESP_CTX_set_status_info() 333 TS_STATUS_INFO *si = ctx->response->status_info; in TS_RESP_CTX_set_status_info_cond() 343 TS_STATUS_INFO *si = ctx->response->status_info; in TS_RESP_CTX_add_failure_info() 374 /* Main entry method of the response generation. */ 378 TS_RESP *response; in TS_RESP_create_response() local 383 if ((ctx->response = TS_RESP_new()) == NULL) { in TS_RESP_create_response() 410 if (ctx->response != NULL) { in TS_RESP_create_response() 413 "Error during response " in TS_RESP_create_response() 415 TS_RESP_free(ctx->response); in TS_RESP_create_response() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | microhttpd.h | 38 * the response and not the body, even if the client supplied a body. 73 * @defgroup response generation of responses 152 * creating a response). 222 * @defgroup httpcode HTTP response codes. 293 * SHOUTcast. This will cause the response to begin 416 * @brief Handle for a response. 417 * @ingroup response 423 * @ingroup response 972 * We finished sending the response. 1013 * response accordin [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_process_headers.c | 91 struct MHD_Response *response; in ahc_echo() local 125 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo() 128 MHD_add_response_header (response, "MyHeader", "MyValue"); in ahc_echo() 129 hdr = MHD_get_response_header (response, "MyHeader"); in ahc_echo() 132 MHD_add_response_header (response, "MyHeader", "MyValueToo"); in ahc_echo() 133 if (MHD_YES != MHD_del_response_header (response, "MyHeader", "MyValue")) in ahc_echo() 135 hdr = MHD_get_response_header (response, "MyHeader"); in ahc_echo() 138 if (1 != MHD_get_response_headers (response, NULL, NULL)) in ahc_echo() 140 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo() 141 MHD_destroy_response (response); in ahc_echo() [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-session-impl.cc | 282 Response response = unwrapObject(toString16(objectId), object, context, in unwrapObject() local 284 if (response.IsError()) { in unwrapObject() 286 const std::string& msg = response.Message(); in unwrapObject() 301 Response response = RemoteObjectId::parse(objectId, &remoteId); in unwrapObject() local 302 if (!response.IsSuccess()) return response; in unwrapObject() 304 response = findInjectedScript(remoteId.get(), injectedScript); in unwrapObject() 305 if (!response.IsSuccess()) return response; in unwrapObject() 306 response in unwrapObject() [all...] |
/third_party/backends/backend/ |
H A D | kvs1025_usb.c | 199 /* Send command via USB, and get response data */ 299 /* Get response */ in kv_usb_escape() 309 DBG (DBG_error, "usb_bulk_read: Error reading response." in kv_usb_escape() 318 DBG (DBG_error, "usb_bulk_read: Invalid response block.\n"); in kv_usb_escape() 319 hexdump (DBG_error, "response", cmd_buff, 16); in kv_usb_escape() 331 PKV_CMD_HEADER header, PKV_CMD_RESPONSE response) in kv_usb_send_command() 335 memset (response, 0, sizeof (KV_CMD_RESPONSE)); in kv_usb_send_command() 336 response->status = KV_FAILED; in kv_usb_send_command() 355 hdr.data = &response->sense; in kv_usb_send_command() 360 hexdump (DBG_error, "sense data", (unsigned char *) &response in kv_usb_send_command() 330 kv_usb_send_command(PKV_DEV dev, PKV_CMD_HEADER header, PKV_CMD_RESPONSE response) kv_usb_send_command() argument [all...] |
/third_party/cups-filters/backend/ |
H A D | implicitclass.c | 97 ipp_t *request, *response; in main() local 171 if ((response = cupsDoRequest(CUPS_HTTP_DEFAULT, request, "/")) == in main() 174 for (attr = ippFirstAttribute(response); attr != NULL; in main() 175 attr = ippNextAttribute(response)) { in main() 177 attr = ippNextAttribute(response); in main() 188 attr = ippNextAttribute(response); in main() 378 ippDelete(response); in main()
|
/third_party/selinux/libsepol/src/ |
H A D | users.c | 289 const sepol_user_key_t * key, int *response) in sepol_user_exists() 297 *response = (hashtab_search(policydb->p_users.table, cname) != NULL); in sepol_user_exists() 303 const sepol_policydb_t * p, unsigned int *response) in sepol_user_count() 307 *response = policydb->p_users.nprim; in sepol_user_count() 314 const sepol_user_key_t * key, sepol_user_t ** response) in sepol_user_query() 326 *response = NULL; in sepol_user_query() 330 if (user_to_record(handle, policydb, usrdatum->s.value - 1, response) < in sepol_user_query() 287 sepol_user_exists(sepol_handle_t * handle __attribute__ ((unused)), const sepol_policydb_t * p, const sepol_user_key_t * key, int *response) sepol_user_exists() argument 302 sepol_user_count(sepol_handle_t * handle __attribute__ ((unused)), const sepol_policydb_t * p, unsigned int *response) sepol_user_count() argument 312 sepol_user_query(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_user_key_t * key, sepol_user_t ** response) sepol_user_query() argument
|
/third_party/curl/lib/ |
H A D | http_digest.c | 79 char *response; in Curl_output_digest() local 162 path, digest, &response, &len); in Curl_output_digest() 169 response); in Curl_output_digest() 170 free(response); in Curl_output_digest()
|
/third_party/libcoap/examples/contiki/ |
H A D | server.c | 73 coap_pdu_t *response) { in hnd_get_time() 96 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_FOUND); in hnd_get_time() 102 coap_add_data_blocked_response(request, response, in hnd_get_time() 108 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_FOUND); in hnd_get_time() 71 hnd_get_time(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_time() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | message-handler.c | 105 int pa_message_handler_send_message(pa_core *c, const char *object_path, const char *message, const char *message_parameters, char **response) { in pa_message_handler_send_message() argument 114 pa_assert(response); in pa_message_handler_send_message() 116 *response = NULL; in pa_message_handler_send_message() 157 return an error string in response */ in pa_message_handler_send_message() 158 ret = handler->callback(handler->object_path, message, parameters, response, handler->userdata); in pa_message_handler_send_message()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | benchmark_https.c | 48 static struct MHD_Response *response; variable 114 return MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo() 180 response = MHD_create_response_from_buffer (strlen (PAGE), in main() 202 MHD_destroy_response (response); in main()
|