Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ parse_ldap_v3
Method
parse_ldap_v3
dds/DCPS/security/SSL/SubjectName.cpp:142–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
int SubjectName::parse_ldap_v3(const char* in)
143
{
144
Parser parser(in);
145
attr_vec_.clear();
146
return parser.parse(attr_vec_) ? 0 : 1;
147
}
148
149
bool SubjectName::operator==(const SubjectName& rhs) const
150
{
Callers
nothing calls this directly
Calls
2
clear
Method · 0.45
parse
Method · 0.45
Tested by
no test coverage detected