Searched refs:attr_end (Results 1 – 3 of 3) sorted by relevance
461 return attr_range(attr_begin(), attr_end()); in attrs()467 attr_iterator attr_end() const { in attr_end() function493 return specific_attr_iterator<T>(attr_end()); in specific_attr_end()
1540 u8 *attr_start, *attr_end; in dpp_auth_build_req() local1657 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_req()1666 len[1] = attr_end - attr_start; in dpp_auth_build_req()1717 u8 *attr_start, *attr_end, *pos; in dpp_auth_build_resp() local1762 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_resp()1849 len[1] = attr_end - attr_start; in dpp_auth_build_resp()3267 u8 *attr_start, *attr_end; in dpp_auth_build_conf() local3350 attr_end = wpabuf_put(msg, 0); in dpp_auth_build_conf()3359 len[1] = attr_end - attr_start; in dpp_auth_build_conf()
1055 for (Decl::attr_iterator I = D->attr_begin(), E = D->attr_end(); I != E; in dumpDecl()