Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/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()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclBase.h507 return attr_range(attr_begin(), attr_end()); in attrs()
513 attr_iterator attr_end() const { in attr_end() function
540 return specific_attr_iterator<T>(attr_end()); in specific_attr_end()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp3686 E(VD->attr_end()); in getAddressOfLocalVariable()