Searched defs:LDAP_ESCAPE_CHARS (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-dict-backend/
H A Ddict-ldap.c20 static const char *LDAP_ESCAPE_CHARS = "*,\\#+<>;\"()= "; variable
172 ((((unsigned char)(c)) & 0x80) != 0 || strchr(LDAP_ESCAPE_CHARS, (c)) != NULL)
/dovecot/src/auth/
H A Ddb-ldap.c52 static const char *LDAP_ESCAPE_CHARS = "*,\\#+<>;\"()= "; variable
1488 ((((unsigned char)(c)) & 0x80) != 0 || strchr(LDAP_ESCAPE_CHARS, (c)) != NULL)

Completed in 15 milliseconds