HomeSort by relevance Sort by last modified time
    Searched defs:request_type (Results 1 - 9 of 9) sorted by null

  /external/qemu/android/protocol/
fb-updates.h 42 uint8_t request_type; member in struct:FBRequestHeader
  /external/chromium/chrome/browser/autofill/
autofill_download.cc 43 AutofillRequestType request_type; member in struct:AutofillDownloadManager::FormRequestData
105 request_data.request_type = AutofillDownloadManager::REQUEST_QUERY;
141 request_data.request_type = AutofillDownloadManager::REQUEST_UPLOAD;
148 AutofillDownloadManager::AutofillRequestType request_type) {
156 it->second.request_type == request_type) {
218 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY)
224 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY) {
319 it->second.request_type == AutofillDownloadManager::REQUEST_QUERY ?
348 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY)
    [all...]
  /external/chromium/webkit/glue/
resource_loader_bridge.h 233 ResourceType::Type request_type; member in struct:webkit_glue::ResourceLoaderBridge::RequestInfo
  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 53 const u8 *request_type; /* 1 octet */ member in struct:wps_parse_attr
wps_i.h 76 * request_type - Request Type attribute from (Re)AssocReq
78 u8 request_type; member in struct:wps_data
  /external/openssh/
clientloop.c 178 const char *request_type; member in struct:channel_reply_ctx
758 cr->request_type, c->self);
762 "%s request failed\r\n", cr->request_type);
766 cr->request_type, c->self);
809 cr->request_type = request;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_i.h 74 * request_type - Request Type attribute from (Re)AssocReq
76 u8 request_type; member in struct:wps_data
143 const u8 *request_type; /* 1 octet */ member in struct:wps_parse_attr
  /external/netperf/
netlib.h 245 int request_type; member in struct:netperf_request_struct::__anon11092
  /external/chromium/third_party/libevent/
evdns.c 166 unsigned int request_type; /* TYPE_PTR or TYPE_A */ member in struct:request
647 switch (req->request_type) {
730 if (req->search_state && req->request_type != TYPE_PTR) {
866 reply.type = req->request_type;
893 if (req->request_type != TYPE_A) {
911 if (req->request_type != TYPE_PTR) {
922 if (req->request_type != TYPE_AAAA) {
    [all...]

Completed in 282 milliseconds