Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c763 char *scopeString; local
829 scopeString = Tcl_GetVar2 (interp, controlArrayName, "scope", 0);
830 if (scopeString == NULL) {
833 if (STREQU(scopeString, "base"))
835 else if (STRNEQU(scopeString, "one", 3))
837 else if (STRNEQU(scopeString, "sub", 3))