Home
last modified time | relevance | path

Searched refs:response (Results 1001 - 1025 of 1467) sorted by relevance

1...<<41424344454647484950>>...59

/third_party/libwebsockets/lib/roles/http/server/
H A Daccess-log.c180 wsi->http.access_log.response, in lws_access_log()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h38 unsigned response; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfanotify.h38 unsigned response; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfanotify.h38 unsigned response; member
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/
H A Dparse-proxy-response.js8 const debug = (0, debug_1.default)('https-proxy-agent:parse-proxy-response');
12 // the CONNECT response, so that if the response is anything other than an "200"
13 // response code, then we can re-play the "data" events on the socket once the
32 reject(new Error('Proxy connection ended before receiving CONNECT response'));
57 return reject(new Error('No header received from proxy CONNECT response'));
69 return reject(new Error(`Invalid header from proxy CONNECT response: "${header}"`));
84 debug('got proxy server response: %o %o', firstLine, headers);
101 //# sourceMappingURL=parse-proxy-response.js.ma
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify07.c18 * 05f0e38724e8 "fanotify: Release SRCU lock when waiting for userspace response"
146 /* Write response to permission event */ in loose_fanotify_events()
148 resp.response = FAN_ALLOW; in loose_fanotify_events()
/third_party/musl/include/sys/
H A Dfanotify.h38 unsigned response; member
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_local.h80 * response OCTET STRING }
84 ASN1_OCTET_STRING *response; member
/third_party/openssl/crypto/ocsp/
H A Docsp_local.h80 * response OCTET STRING }
84 ASN1_OCTET_STRING *response; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap.h165 const u8 *challenge, const u8 *response);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap.h290 const u8 *challenge, const u8 *response);
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp114 float response = paramSize > 0 ? StringUtils::StringToFloat(params[0]) in SpringMotionCreator() local
120 return AceType::MakeRefPtr<ResponsiveSpringMotion>(response, dampingRatio, blendDuration); in SpringMotionCreator()
129 float response = paramSize > 0 ? StringUtils::StringToFloat(params[0]) in ResponsiveSpringMotionCreator() local
135 return AceType::MakeRefPtr<ResponsiveSpringMotion>(response, dampingRatio, blendDuration); in ResponsiveSpringMotionCreator()
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp391 uint8_t *response, int32_t responseLen) in OH_MediaKeySystem_ProcessKeySystemResponse()
397 DRM_CHECK_AND_RETURN_RET_LOG(((mediaKeySystem != nullptr) && (response != nullptr) && (responseLen > 0)), in OH_MediaKeySystem_ProcessKeySystemResponse()
400 std::vector<uint8_t> keySystemResponse(response, response + responseLen); in OH_MediaKeySystem_ProcessKeySystemResponse()
390 OH_MediaKeySystem_ProcessKeySystemResponse(MediaKeySystem *mediaKeySystem, uint8_t *response, int32_t responseLen) OH_MediaKeySystem_ProcessKeySystemResponse() argument
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c245 GattsSendRspParam response = { in SoftBusGattsSendResponse() local
252 if (BleGattsSendResponse(g_halServerId, &response) != SOFTBUS_OK) { in SoftBusGattsSendResponse()
585 // A response needs to be sent before the ACL is created. in BleRequestWriteCallback()
586 CONN_LOGI(CONN_BLE, "send response handle=%{public}d", writeCbPara.connId); in BleRequestWriteCallback()
588 SoftBusGattsResponse response = { in BleRequestWriteCallback() local
597 SoftBusGattsSendResponse(&response); in BleRequestWriteCallback()
/kernel/linux/linux-5.10/drivers/hv/
H A Dchannel_mgmt.c141 * The rescinded channel may be blocked waiting for a response from the host;
190 * vmbus_prep_negotiate_resp() - Create default response for Negotiate message
202 * Set up and fill in default negotiate response message.
637 * vmbus_open() may never get the host's response to the in vmbus_process_offer()
761 * that the panic path can't get hung forever in case the response in vmbus_wait_for_unload()
831 * vmbus_unload_response - Handler for the unload response.
1198 * This is invoked when we received a response to our channel open request.
1199 * Find the matching request, copy the response and signal the requesting
1229 memcpy(&msginfo->response.open_result, in vmbus_onopen_result()
1244 * This is invoked when we received a response t
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dwmt-sdmmc.c228 u32 response; in wmt_mci_read_response() local
233 response = 0; in wmt_mci_read_response()
240 response |= (tmp_resp << (idx2 * 8)); in wmt_mci_read_response()
242 priv->cmd->resp[idx1] = cpu_to_be32(response); in wmt_mci_read_response()
267 /* reset response FIFO */ in wmt_mci_send_command()
319 * we change the priv->cmd variable so the response is in wmt_complete_data_request()
473 /* reset response FIFO */ in wmt_reset_hardware()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dqla1280.h85 /* ISP request and response entry counts (37-65535) */
87 #define RESPONSE_ENTRY_CNT 63 /* Number of response entries. */
266 #define MBA_SCSI_COMPLETION 0x8020 /* Completion response. */
283 #define MBC_INIT_RESPONSE_QUEUE 0x11 /* Initialize response queue */
305 #define MBC_INIT_RESPONSE_QUEUE_A64 0x53 /* Initialize response q A64 */
561 struct response { struct
921 * ISP request and response queue entry sizes
923 #define RESPONSE_ENTRY_SIZE (sizeof(struct response))
1044 struct response *response_ring; /* Base virtual address */
1045 struct response *response_ring_pt
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dwmt-sdmmc.c227 u32 response; in wmt_mci_read_response() local
232 response = 0; in wmt_mci_read_response()
239 response |= (tmp_resp << (idx2 * 8)); in wmt_mci_read_response()
241 priv->cmd->resp[idx1] = cpu_to_be32(response); in wmt_mci_read_response()
266 /* reset response FIFO */ in wmt_mci_send_command()
318 * we change the priv->cmd variable so the response is in wmt_complete_data_request()
472 /* reset response FIFO */ in wmt_reset_hardware()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.c201 * one we should check for permission response. in fanotify_merge()
223 * Wait for response to permission event. The function also takes care of
265 switch (event->response & FANOTIFY_RESPONSE_ACCESS) { in fanotify_get_response()
274 /* Check if the response should be audited */ in fanotify_get_response()
275 if (event->response & FAN_AUDIT) in fanotify_get_response()
276 audit_fanotify(event->response & ~FAN_AUDIT, in fanotify_get_response()
566 pevent->response = 0; in fanotify_alloc_perm_event()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dqla1280.h85 /* ISP request and response entry counts (37-65535) */
87 #define RESPONSE_ENTRY_CNT 63 /* Number of response entries. */
265 #define MBA_SCSI_COMPLETION 0x8020 /* Completion response. */
282 #define MBC_INIT_RESPONSE_QUEUE 0x11 /* Initialize response queue */
304 #define MBC_INIT_RESPONSE_QUEUE_A64 0x53 /* Initialize response q A64 */
560 struct response { struct
920 * ISP request and response queue entry sizes
922 #define RESPONSE_ENTRY_SIZE (sizeof(struct response))
1043 struct response *response_ring; /* Base virtual address */
1044 struct response *response_ring_pt
[all...]
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dism_drv.c172 debug_event(ism_debug_info, 3, &cmd.response, sizeof(cmd.response)); in query_info()
286 ism->local_gid = cmd.response.gid; in ism_read_local_gid()
354 dmb->dmb_tok = cmd.response.dmb_tok; in ism_register_dmb()
/test/xts/hats/telephony/ril/hdi_v1.1_additional/
H A Dhdf_ril_callback_common.h382 int32_t SimStkProactiveNotify(const RilRadioResponseInfo &responseInfo, const std::string &response) override;
383 int32_t SimStkAlphaNotify(const RilRadioResponseInfo &responseInfo, const std::string &response) override;
384 int32_t SimStkEventNotify(const RilRadioResponseInfo &responseInfo, const std::string &response) override;
396 int32_t GetImsiResponse(const RilRadioResponseInfo &responseInfo, const std::string &response) override;
/third_party/python/Lib/multiprocessing/
H A Dconnection.py739 response = connection.recv_bytes(256) # reject large message
740 if response == digest:
756 response = connection.recv_bytes(256) # reject large message
757 if response != WELCOME:
/third_party/python/Lib/
H A Dsmtplib.py195 This is the message given by the server in response to the
199 This is the message given by the server in response to the
385 - server response code (e.g. '250', or such, if all goes well)
386 Note: returns -1 if it can't read response code.
388 - server response string corresponding to response code (multiline
420 # Check if multiline response.
430 """Send a command, and return its response code."""
463 #parse the ehlo response -ddm
562 response cod
[all...]
/third_party/python/Lib/test/
H A Dtest_urllib2_localnet.py142 response = hashlib.md5(response_str.encode("ascii")).hexdigest()
144 return response == auth_dict["response"]
530 response = [(200, [("Transfer-Encoding", "chunked")], chunked_start)]
531 handler = self.start_server(response)

Completed in 30 milliseconds

1...<<41424344454647484950>>...59