Home
last modified time | relevance | path

Searched refs:ldap_msgtype (Results 1 – 25 of 145) sorted by relevance

123456

/dports/net/openldap26-client/openldap-2.6.0/contrib/ldapc++/src/
H A DLDAPMessage.cpp23 msgType=ldap_msgtype(msg); in LDAPMsg()
36 switch(ldap_msgtype(msg)){ in create()
/dports/net/openldap24-server/openldap-2.4.59/contrib/ldapc++/src/
H A DLDAPMessage.cpp23 msgType=ldap_msgtype(msg); in LDAPMsg()
36 switch(ldap_msgtype(msg)){ in create()
/dports/net/openldap25-client/openldap-2.5.9/contrib/ldapc++/src/
H A DLDAPMessage.cpp23 msgType=ldap_msgtype(msg); in LDAPMsg()
36 switch(ldap_msgtype(msg)){ in create()
/dports/net/openldap24-client/openldap-2.4.59/contrib/ldapc++/src/
H A DLDAPMessage.cpp23 msgType=ldap_msgtype(msg); in LDAPMsg()
36 switch(ldap_msgtype(msg)){ in create()
/dports/net/openldap25-server/openldap-2.5.9/contrib/ldapc++/src/
H A DLDAPMessage.cpp23 msgType=ldap_msgtype(msg); in LDAPMsg()
36 switch(ldap_msgtype(msg)){ in create()
/dports/net/openldap26-server/openldap-2.6.0/contrib/ldapc++/src/
H A DLDAPMessage.cpp23 msgType=ldap_msgtype(msg); in LDAPMsg()
36 switch(ldap_msgtype(msg)){ in create()
/dports/net/openldap24-server/openldap-2.4.59/doc/man/man3/
H A Dldap_result.3.links2 ldap_msgtype.3
/dports/net/openldap25-client/openldap-2.5.9/doc/man/man3/
H A Dldap_result.3.links2 ldap_msgtype.3
/dports/net/openldap26-client/openldap-2.6.0/doc/man/man3/
H A Dldap_result.3.links2 ldap_msgtype.3
/dports/net/openldap25-server/openldap-2.5.9/doc/man/man3/
H A Dldap_result.3.links2 ldap_msgtype.3
/dports/net/openldap24-client/openldap-2.4.59/doc/man/man3/
H A Dldap_result.3.links2 ldap_msgtype.3
/dports/net/openldap26-server/openldap-2.6.0/doc/man/man3/
H A Dldap_result.3.links2 ldap_msgtype.3
/dports/net/kamailio/kamailio-5.4.5/src/modules/db2_ldap/
H A Dld_cmd.c273 if (ldap_msgtype(msg) == LDAP_RES_EXTENDED) { in ld_cmd_exec()
346 || ldap_msgtype(lres->current) != LDAP_RES_SEARCH_ENTRY in search_entry()
359 if (ldap_msgtype(lres->current) == LDAP_RES_SEARCH_ENTRY) { in search_entry()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/libraries/libldap/
H A Dmessage.c47 int LDAP_CALL ldap_msgtype(LDAPMessage* lm) { in ldap_msgtype() function
H A Dtest.c1307 switch ((msgtype = ldap_msgtype(lm))) { in handle_result()
1405 if (ldap_msgtype(lm) == LDAP_RES_BIND && in print_ldap_result()
1414 if (ldap_msgtype(lm) == LDAP_RES_EXTENDED && in print_ldap_result()
1444 if (ldap_msgtype(msg) != LDAP_RES_SEARCH_ENTRY) { in print_search_entry()
1564 if (ldap_msgtype(msg) != LDAP_RES_SEARCH_REFERENCE) { in print_search_reference()
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/libldap/
H A Dmessage.c52 ldap_msgtype( LDAPMessage *lm ) in ldap_msgtype() function
H A Dtest.c1442 switch ( (msgtype = ldap_msgtype( lm )) ) { in handle_result()
1544 if ( ldap_msgtype( lm ) == LDAP_RES_BIND && in print_ldap_result()
1553 if ( ldap_msgtype( lm ) == LDAP_RES_EXTENDED && in print_ldap_result()
1589 if ( ldap_msgtype( msg ) != LDAP_RES_SEARCH_ENTRY ) { in print_search_entry()
1722 if ( ldap_msgtype( msg ) != LDAP_RES_SEARCH_REFERENCE ) { in print_search_reference()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/xpcom/src/
H A DnsLDAPMessage.cpp135 const int msgType = ldap_msgtype(mMsgHandle); in Init()
224 *aType = ldap_msgtype(mMsgHandle); in GetType()
/dports/net/lualdap/lualdap-1.3.0/src/
H A Dopen2winldap.h19 #define ldap_msgtype(m) ((m)->lm_msgtype) macro
/dports/mail/dovecot/dovecot-2.3.17/src/auth/
H A Duserdb-ldap.c91 if (res == NULL || ldap_msgtype(res) == LDAP_RES_SEARCH_RESULT) { in userdb_ldap_lookup_callback()
166 if (res == NULL || ldap_msgtype(res) == LDAP_RES_SEARCH_RESULT) { in userdb_ldap_iterate_callback()
/dports/security/seahorse/seahorse-41.0/pgp/
H A Dseahorse-ldap-source.c465 type = ldap_msgtype (result); in on_connect_server_info_completed()
526 g_return_val_if_fail (ldap_msgtype (result) == LDAP_RES_BIND, FALSE); in on_connect_bind_completed()
734 g_return_if_fail (ldap_msgtype (res) == LDAP_RES_SEARCH_ENTRY); in search_parse_key_from_ldap_entry()
812 type = ldap_msgtype (result); in on_search_search_completed()
964 g_return_val_if_fail (ldap_msgtype (result) == LDAP_RES_ADD, FALSE); in on_import_add_completed()
1152 type = ldap_msgtype (result); in on_export_search_completed()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-ldap/
H A Dldap-compare.c11 int msgtype = ldap_msgtype(message); in ldap_compare_callback()
H A Dldap-search.c38 int msgtype = ldap_msgtype(message); in ldap_search_callback()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/storage/ldap/
H A Dsieve-ldap-db.c419 switch (ldap_msgtype(res->msg)) { in db_ldap_handle_request_result()
428 ldap_msgtype(res->msg)); in db_ldap_handle_request_result()
432 if (ldap_msgtype(res->msg) == LDAP_RES_SEARCH_ENTRY) { in db_ldap_handle_request_result()
1231 if (ldap_msgtype(res) != LDAP_RES_SEARCH_RESULT) { in sieve_ldap_lookup_script_callback()
1326 if (ldap_msgtype(res) != LDAP_RES_SEARCH_RESULT) { in sieve_ldap_read_script_callback()
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/macintosh/
H A DLDAPClient.exp224 ldap_msgtype

123456