Lines Matching refs:sdl
661 char **sdl, *srv, **sdl_save; in __ns_ldap_getSearchDescriptors() local
680 sdl = (char **)param; in __ns_ldap_getSearchDescriptors()
700 rc = __s_api_get_search_DNs_v1(&sdl, service, errorp); in __ns_ldap_getSearchDescriptors()
701 if (rc != NS_LDAP_SUCCESS || sdl == NULL) { in __ns_ldap_getSearchDescriptors()
704 sdl_save = sdl; in __ns_ldap_getSearchDescriptors()
706 for (; *sdl; sdl++) { in __ns_ldap_getSearchDescriptors()
714 ret->basedn = strdup(*sdl); in __ns_ldap_getSearchDescriptors()
751 if (sdl == NULL || service == NULL) { in __ns_ldap_getSearchDescriptors()
760 for (; *sdl; sdl++) { in __ns_ldap_getSearchDescriptors()
761 srv = *sdl; in __ns_ldap_getSearchDescriptors()
775 "Illegal configuration"), *sdl); in __ns_ldap_getSearchDescriptors()