Searched defs:scope_r (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/auth/ | ||
H A D | db-ldap.c | 191 static int scope2str(const char *str, int *scope_r) argument 194 *scope_r = LDAP_SCOPE_BASE; 196 *scope_r = LDAP_SCOPE_ONELEVEL; 198 *scope_r = LDAP_SCOPE_SUBTREE; |
Completed in 16 milliseconds