Searched refs:req_type (Results 1 – 5 of 5) sorted by relevance
/external/qemu/proxy/ |
D | proxy_http_rewriter.c | 182 HttpRequestType req_type; /* request type */ member 208 r->req_type = HTTP_REQUEST_GET; in http_request_alloc() 210 r->req_type = HTTP_REQUEST_POST; in http_request_alloc() 212 r->req_type = HTTP_REQUEST_HEAD; in http_request_alloc() 214 r->req_type = HTTP_REQUEST_PUT; in http_request_alloc() 216 r->req_type = HTTP_REQUEST_DELETE; in http_request_alloc() 218 r->req_type = HTTP_REQUEST_UNSUPPORTED; in http_request_alloc() 638 if (r->req_type != HTTP_REQUEST_POST && in rewrite_connection_get_body_length() 639 r->req_type != HTTP_REQUEST_PUT) in rewrite_connection_get_body_length() 646 if (r->req_type == HTTP_REQUEST_HEAD || r->rep_code/100 == 1 || in rewrite_connection_get_body_length()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps.c | 405 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) in wps_build_assoc_req_ie() argument 421 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie() 483 enum wps_request_type req_type, in wps_build_probe_req_ie() argument 496 wps_build_req_type(ie, req_type) || in wps_build_probe_req_ie() 509 wps_build_wfa_ext(ie, req_type == WPS_REQ_ENROLLEE, NULL, 0) || in wps_build_probe_req_ie()
|
D | wps.h | 232 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type); 236 enum wps_request_type req_type,
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gatts_act.c | 45 tGATTS_REQ_TYPE req_type, tGATTS_DATA *p_data); 727 tGATTS_REQ_TYPE req_type, tGATTS_DATA *p_data) in bta_gatts_send_request_cback() argument 739 …3 ("bta_gatts_send_request_cback conn_id=%d trans_id=%d req_type=%d", conn_id, trans_id, req_type); in bta_gatts_send_request_cback() 747 (*p_rcb->p_cback)(req_type, &cb_data); in bta_gatts_send_request_cback()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | scan.c | 51 enum wps_request_type *req_type) in wpas_wps_in_use() argument 61 *req_type = wpas_wps_get_req_type(ssid); in wpas_wps_in_use() 75 *req_type = WPS_REQ_ENROLLEE_INFO; in wpas_wps_in_use() 420 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; in wpa_supplicant_extra_ies() local 430 wps = wpas_wps_in_use(wpa_s, &req_type); in wpa_supplicant_extra_ies() 437 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()
|