Searched refs:scope_val (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-dict-backend/
H A Ddict-ldap-settings.h14 int scope_val; member in struct:dict_ldap_map
H A Ddict-ldap-settings.c159 ctx->cur_map.scope_val = 2; /* subtree */
161 if (strcasecmp(ctx->cur_map.scope, "one") == 0) ctx->cur_map.scope_val = 1;
162 else if (strcasecmp(ctx->cur_map.scope, "base") == 0) ctx->cur_map.scope_val = 0;
163 else if (strcasecmp(ctx->cur_map.scope, "subtree") == 0) ctx->cur_map.scope_val = 2;
H A Ddict-ldap.c441 input.scope = map->scope_val;

Completed in 1646 milliseconds