HomeSort by: relevance | last modified time | path
    Searched defs:s_scope (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPUrl.cpp 250 std::string s_scope = ""; local
264 percentDecode(actComponent, s_scope);
265 if (s_scope == "base" || s_scope == "" ) {
267 } else if (s_scope == "one" ) {
269 } else if (s_scope == "sub" ) {
274 DEBUG(LDAP_DEBUG_TRACE, " Scope: <" << s_scope << ">"

Completed in 14 milliseconds