Lines Matching defs:base
125 DEBUG(SSSDBG_CRIT_FAILURE, "No host search base configured?\n");
148 struct sdap_search_base *base;
151 base = state->search_bases[state->search_base_iter];
152 if (base == NULL) {
158 base->filter);
164 state->sh, base->basedn,
165 base->scope, state->cur_filter,
235 DEBUG(SSSDBG_CRIT_FAILURE, "No host search base configured?\n");
286 struct sdap_search_base *base;
289 base = state->search_bases[state->search_base_iter];
290 if (base == NULL) {
296 base->filter);
302 base->basedn, base->scope,
368 /* Now look in the next base */