Home
last modified time | relevance | path

Searched defs:head_len (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/lib/
Dws.h50 int head_len, head_total; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dbeacon.c1056 size_t head_len = 0, tail_len = 0; in ieee802_11_build_ap_params() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dbeacon.c1429 size_t head_len = 0, tail_len = 0; in ieee802_11_build_ap_params() local
/third_party/musl/porting/linux/user/src/network/
Dlookup_name.c631 int head_len = sizeof(host_ip_pair); in _predefined_host_add_record() local
/third_party/musl/src/network/
Dlookup_name.c699 int head_len = sizeof(host_ip_pair); in _predefined_host_add_record() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver.h1185 size_t head_len; member
2063 size_t head_len, tail_len; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver.h1313 size_t head_len; member
2465 size_t head_len, tail_len; member
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs40169 let head_len = count(drain_head, orig_head, source_deque.cap()); localVariable