/third_party/libwebsockets/lib/roles/http/server/ |
H A D | access-log.c | 180 wsi->http.access_log.response, in lws_access_log()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | fanotify.h | 38 unsigned response; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | fanotify.h | 38 unsigned response; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | fanotify.h | 38 unsigned response; member
|
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/ |
H A D | parse-proxy-response.js | 8 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 D | fanotify07.c | 18 * 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 D | fanotify.h | 38 unsigned response; member
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_local.h | 80 * response OCTET STRING } 84 ASN1_OCTET_STRING *response; member
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_local.h | 80 * response OCTET STRING } 84 ASN1_OCTET_STRING *response; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap.h | 165 const u8 *challenge, const u8 *response);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap.h | 290 const u8 *challenge, const u8 *response);
|
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.cpp | 114 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 D | native_mediakeysystem.cpp | 391 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 D | softbus_adapter_ble_gatt_server.c | 245 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 D | channel_mgmt.c | 141 * 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 D | wmt-sdmmc.c | 228 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 D | qla1280.h | 85 /* 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 D | wmt-sdmmc.c | 227 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 D | fanotify.c | 201 * 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 D | qla1280.h | 85 /* 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 D | ism_drv.c | 172 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 D | hdf_ril_callback_common.h | 382 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 D | connection.py | 739 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 D | smtplib.py | 195 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 D | test_urllib2_localnet.py | 142 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)
|