Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/wpa/src/common/
HDdpp_reconfig.c333 u8 *attr_start, *attr_end; in dpp_reconfig_build_resp() local
396 attr_end = wpabuf_put(msg, 0); in dpp_reconfig_build_resp()
405 len[1] = attr_end - attr_start; in dpp_reconfig_build_resp()
576 u8 *attr_start, *attr_end; in dpp_reconfig_build_conf() local
626 attr_end = wpabuf_put(msg, 0); in dpp_reconfig_build_conf()
635 len[1] = attr_end - attr_start; in dpp_reconfig_build_conf()
HDdpp_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-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h542 return attr_range(attr_begin(), attr_end()); in attrs()
548 attr_iterator attr_end() const { in attr_end() function
576 return specific_attr_iterator<T>(attr_end()); in specific_attr_end()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAPINotes.cpp148 if (Existing != D->attr_end()) { in handleAPINotedAttribute()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntimeGPU.cpp2101 E(VD->attr_end()); in getAddressOfLocalVariable()