Searched defs:id_type (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
H A Dsession_command.h28 typedef uint8 id_type; typedef in class:SessionCommand
35 SessionCommand(id_type id, size_type size);
39 SessionCommand(id_type id, const Pickle& pickle);
46 id_type id() const { return id_; }
62 const id_type id_;
H A Dsession_backend.h35 typedef SessionCommand::id_type id_type; typedef in class:SessionBackend
H A Dsession_backend.cc40 typedef SessionCommand::id_type id_type; typedef in class:__anon4657::SessionFileReader
151 const id_type command_id = buffer_[buffer_position_];
155 new SessionCommand(command_id, command_size - sizeof(id_type));
156 if (command_size > sizeof(id_type)) {
158 &(buffer_[buffer_position_ + sizeof(id_type)]),
159 command_size - sizeof(id_type));
310 const size_type total_size = content_size + sizeof(id_type);
321 id_type command_id = (*i)->id();
/external/chromium_org/components/sessions/
H A Dsession_id.h14 typedef int32 id_type; typedef in class:SessionID
20 void set_id(id_type id) { id_ = id; }
21 id_type id() const { return id_; }
24 id_type id_;
/external/llvm/include/llvm/Support/
H A DProcess.h63 typedef pid_t id_type; typedef in class:llvm::sys::process
65 typedef unsigned long id_type; // Must match the type of DWORD. typedef in class:llvm::sys::process
71 virtual id_type get_id() = 0;
113 id_type get_id() override;
/external/ipsec-tools/src/racoon/
H A Dadmin.h106 int id_type; member in struct:admin_com_psk
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.c460 u8 id_type; local
472 id_type = idi[0];
476 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type);
484 data->IDi_type = id_type;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dikev2.c516 u8 id_type; local
528 id_type = idr[0];
532 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type);
535 if (id_type != data->IDr_type || idr_len != data->IDr_len ||
540 id_type);
552 data->IDr_type = id_type;
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.c460 u8 id_type; local
472 id_type = idi[0];
476 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type);
484 data->IDi_type = id_type;
/external/wpa_supplicant_8/src/eap_server/
H A Dikev2.c516 u8 id_type; local
528 id_type = idr[0];
532 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type);
535 if (id_type != data->IDr_type || idr_len != data->IDr_len ||
540 id_type);
552 data->IDr_type = id_type;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.c460 u8 id_type; local
472 id_type = idi[0];
476 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type);
484 data->IDi_type = id_type;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dikev2.c516 u8 id_type; local
528 id_type = idr[0];
532 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type);
535 if (id_type != data->IDr_type || idr_len != data->IDr_len ||
540 id_type);
552 data->IDr_type = id_type;
/external/chromium_org/media/formats/webm/
H A Dwebm_parser.cc804 ElementType id_type = local
808 if (id_type == UNKNOWN) {
836 if (id_type == LIST) {
849 int bytes_parsed = ParseNonListElement(id_type, id, element_size,
/external/tcpdump/
H A Disakmp.h251 u_int8_t id_type; /* ID Type */ member in union:ikev1_pl_id::__anon31450
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h236 tBTA_GATT_ID_TYPE id_type; member in struct:__anon770
/external/elfutils/0.153/src/
H A Dld.h625 enum id_type enum in union:id_list::__anon21298
630 } id_type; member in union:id_list::__anon21298

Completed in 1723 milliseconds