Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPUrl.cpp326 std::string actItem; in string2list() local
329 actItem = src.substr(comma_startpos, comma_pos - comma_startpos); in string2list()
332 this->percentDecode(actItem,decoded); in string2list()
333 actItem = decoded; in string2list()
335 sl.add(actItem); in string2list()