Searched defs:msgtype (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-ldap/
H A Dldap-compare.c11 int msgtype = ldap_msgtype(message); local
16 if (msgtype != LDAP_RES_COMPARE) {
H A Dldap-search.c38 int msgtype = ldap_msgtype(message); local
42 if (msgtype != LDAP_RES_SEARCH_ENTRY &&
43 msgtype != LDAP_RES_SEARCH_RESULT) {
77 if (msgtype == LDAP_RES_SEARCH_RESULT) {
H A Dldap-connection.c323 int msgtype = ldap_msgtype(message); local
331 if (msgtype != LDAP_RES_EXTENDED) {
391 if (msgtype != LDAP_RES_BIND) return 0;

Completed in 12 milliseconds