Searched refs:head_len (Results 1 - 14 of 14) sorted by relevance
/third_party/curl/lib/ |
H A D | ws.c | 113 switch(dec->head_len) { in ws_dec_info() 122 if(dec->head_len < dec->head_total) { in ws_dec_info() 126 dec->head_len, dec->head_total); in ws_dec_info() 153 dec->head_len = dec->head_total = 0; in ws_dec_reset() 170 if(dec->head_len == 0) { in ws_dec_read_head() 180 dec->head_len = 1; in ws_dec_read_head() 184 else if(dec->head_len == 1) { in ws_dec_read_head() 187 dec->head_len = 2; in ws_dec_read_head() 209 if(dec->head_len < dec->head_total) { in ws_dec_read_head() 210 dec->head[dec->head_len] in ws_dec_read_head() [all...] |
H A D | ws.h | 50 int head_len, head_total; member
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup_name.c | 631 int head_len = sizeof(host_ip_pair); in _predefined_host_add_record() local 634 int total = host_len + 1 + ip_len + 1 + head_len; in _predefined_host_add_record() 642 char* i_host = (char*)(pdata + head_len); in _predefined_host_add_record() 643 char* i_ip = (char*)(pdata + head_len + host_len + 1); in _predefined_host_add_record()
|
/third_party/musl/src/network/ |
H A D | lookup_name.c | 699 int head_len = sizeof(host_ip_pair); in _predefined_host_add_record() local 702 int total = host_len + 1 + ip_len + 1 + head_len; in _predefined_host_add_record() 710 char* i_host = (char*)(pdata + head_len); in _predefined_host_add_record() 711 char* i_ip = (char*)(pdata + head_len + host_len + 1); in _predefined_host_add_record()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | beacon.c | 1429 size_t head_len = 0, tail_len = 0; in ieee802_11_build_ap_params() local 1525 head_len = pos - (u8 *) head; in ieee802_11_build_ap_params() 1667 params->head_len = head_len; in ieee802_11_build_ap_params()
|
H A D | hostapd.c | 3429 beacon->head = os_memdup(params.head, params.head_len); in hostapd_build_beacon_data() 3433 beacon->head_len = params.head_len; in hostapd_build_beacon_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | beacon.c | 1056 size_t head_len = 0, tail_len = 0; in ieee802_11_build_ap_params() local 1146 head_len = pos - (u8 *) head; in ieee802_11_build_ap_params() 1294 params->head_len = head_len; in ieee802_11_build_ap_params()
|
H A D | hostapd.c | 3208 beacon->head = os_memdup(params.head, params.head_len); in hostapd_build_beacon_data() 3212 beacon->head_len = params.head_len; in hostapd_build_beacon_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | wpa_hal.c | 1433 if ((params->head != NULL) && (params->head_len != 0)) { in WifiSetApBeaconData() 1434 apsettings->beaconData.headLen = params->head_len; in WifiSetApBeaconData() 1439 if (memcpy_s(apsettings->beaconData.head, apsettings->beaconData.headLen, params->head, params->head_len) != in WifiSetApBeaconData()
|
H A D | driver.h | 1183 * head_len - Length of the head buffer in octets 1185 size_t head_len; member 2049 * @head_len: Length of @head 2063 size_t head_len, tail_len; member
|
H A D | driver_nl80211.c | 4076 params->head, params->head_len); in wpa_driver_nl80211_set_ap() 4087 nla_put(msg, NL80211_ATTR_BEACON_HEAD, params->head_len, in wpa_driver_nl80211_set_ap() 8997 settings->head_len, settings->head)) || in set_beacon_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | wpa_hal.c | 1439 if ((params->head != NULL) && (params->head_len != 0)) { in WifiSetApBeaconData() 1440 apsettings->beaconData.headLen = params->head_len; in WifiSetApBeaconData() 1445 if (memcpy_s(apsettings->beaconData.head, apsettings->beaconData.headLen, params->head, params->head_len) != in WifiSetApBeaconData()
|
H A D | driver.h | 1311 * head_len - Length of the head buffer in octets 1313 size_t head_len; member 2451 * @head_len: Length of @head 2465 size_t head_len, tail_len; member
|
H A D | driver_nl80211.c | 4806 params->head, params->head_len); in wpa_driver_nl80211_set_ap() 4817 nla_put(msg, NL80211_ATTR_BEACON_HEAD, params->head_len, in wpa_driver_nl80211_set_ap() 10308 settings->head_len, settings->head)) ||
|
Completed in 94 milliseconds