Home
last modified time | relevance | path

Searched refs:attr_end (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_reconfig.c317 u8 *attr_start, *attr_end; in dpp_reconfig_build_resp() local
380 attr_end = wpabuf_put(msg, 0); in dpp_reconfig_build_resp()
389 len[1] = attr_end - attr_start; in dpp_reconfig_build_resp()
560 u8 *attr_start, *attr_end; in dpp_reconfig_build_conf() local
610 attr_end = wpabuf_put(msg, 0); in dpp_reconfig_build_conf()
619 len[1] = attr_end - attr_start; in dpp_reconfig_build_conf()
Ddpp_auth.c72 u8 *attr_start, *attr_end; in dpp_auth_build_req() local
191 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_req()
200 len[1] = attr_end - attr_start; in dpp_auth_build_req()
251 u8 *attr_start, *attr_end, *pos; in dpp_auth_build_resp() local
299 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_resp()
386 len[1] = attr_end - attr_start; in dpp_auth_build_resp()
968 u8 *attr_start, *attr_end; in dpp_auth_build_conf() local
1051 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_conf()
1060 len[1] = attr_end - attr_start; in dpp_auth_build_conf()
/third_party/ntfs-3g/libntfs-3g/
Drunlist.c791 const u8 *attr_end; /* End of attribute. */ in ntfs_mapping_pairs_decompress_i() local
810 attr_end = (const u8*)attr + le32_to_cpu(attr->length); in ntfs_mapping_pairs_decompress_i()
811 if (buf < (const u8*)attr || buf > attr_end) { in ntfs_mapping_pairs_decompress_i()
830 while (buf < attr_end && *buf) { in ntfs_mapping_pairs_decompress_i()
859 if (buf + b > attr_end) in ntfs_mapping_pairs_decompress_i()
894 if (buf + b > attr_end) in ntfs_mapping_pairs_decompress_i()
936 if (buf >= attr_end) in ntfs_mapping_pairs_decompress_i()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c1682 u8 *attr_start, *attr_end; in dpp_auth_build_req() local
1799 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_req()
1808 len[1] = attr_end - attr_start; in dpp_auth_build_req()
1859 u8 *attr_start, *attr_end, *pos; in dpp_auth_build_resp() local
1904 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_resp()
1991 len[1] = attr_end - attr_start; in dpp_auth_build_resp()
3372 u8 *attr_start, *attr_end; in dpp_auth_build_conf() local
3455 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_conf()
3464 len[1] = attr_end - attr_start; in dpp_auth_build_conf()