Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp_reconfig.c321 u8 *attr_start, *attr_end; in dpp_reconfig_build_resp() local
384 attr_end = wpabuf_put(msg, 0); in dpp_reconfig_build_resp()
393 len[1] = attr_end - attr_start; in dpp_reconfig_build_resp()
564 u8 *attr_start, *attr_end; in dpp_reconfig_build_conf() local
614 attr_end = wpabuf_put(msg, 0); in dpp_reconfig_build_conf()
623 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()
970 u8 *attr_start, *attr_end; in dpp_auth_build_conf() local
1053 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_conf()
1062 len[1] = attr_end - attr_start; in dpp_auth_build_conf()
/external/clang/include/clang/AST/
DDeclBase.h461 return attr_range(attr_begin(), attr_end()); in attrs()
467 attr_iterator attr_end() const { in attr_end() function
493 return specific_attr_iterator<T>(attr_end()); in specific_attr_end()
/external/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()
/external/clang/lib/AST/
DASTDumper.cpp1055 for (Decl::attr_iterator I = D->attr_begin(), E = D->attr_end(); I != E; in dumpDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp4446 E(VD->attr_end()); in getAddressOfLocalVariable()