Home
last modified time | relevance | path

Searched refs:type_length (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dndef.c26 u8 type_length; member
42 record->type_length = *pos++; in ndef_parse_record()
66 record->type = record->type_length == 0 ? NULL : pos; in ndef_parse_record()
67 pos += record->type_length; in ndef_parse_record()
107 u8 type_length, void *id, in ndef_build_record()
124 total_len += type_length + id_length + payload_length; in ndef_build_record()
139 wpabuf_put_u8(record, type_length); in ndef_build_record()
148 wpabuf_put_data(record, type, type_length); in ndef_build_record()
158 record->type_length != os_strlen(wifi_handover_type)) in wifi_filter()
184 record->type_length ! in p2p_filter()
106 ndef_build_record(u8 flags, const void *type, u8 type_length, void *id, u8 id_length, const struct wpabuf *payload) ndef_build_record() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dndef.c26 u8 type_length; member
42 record->type_length = *pos++; in ndef_parse_record()
66 record->type = record->type_length == 0 ? NULL : pos; in ndef_parse_record()
67 pos += record->type_length; in ndef_parse_record()
107 u8 type_length, void *id, in ndef_build_record()
124 total_len += type_length + id_length + payload_length; in ndef_build_record()
139 wpabuf_put_u8(record, type_length); in ndef_build_record()
148 wpabuf_put_data(record, type, type_length); in ndef_build_record()
158 record->type_length != os_strlen(wifi_handover_type)) in wifi_filter()
184 record->type_length ! in p2p_filter()
106 ndef_build_record(u8 flags, const void *type, u8 type_length, void *id, u8 id_length, const struct wpabuf *payload) ndef_build_record() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc1965 uint32_t type_length; in consume_value_type() local
1967 this, this->pc(), &type_length, module_.get(), in consume_value_type()
1969 consume_bytes(type_length, "value type"); in consume_value_type()
H A Dfunction-body-decoder-impl.h512 uint32_t type_length; in SelectTypeImmediate() local
514 decoder, pc + length, &type_length, module, enabled); in SelectTypeImmediate()
515 length += type_length; in SelectTypeImmediate()

Completed in 15 milliseconds