Home
last modified time | relevance | path

Searched refs:Debug2 (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Drequest.c742 Debug2( LDAP_DEBUG_TRACE, in ldap_free_connection()
885 Debug2( LDAP_DEBUG_TRACE, " last used: %s%s\n", in ldap_dump_connection()
947 Debug2( LDAP_DEBUG_TRACE, " * msgid %d, type %lu\n", in ldap_dump_requests_and_responses()
952 Debug2( LDAP_DEBUG_TRACE, in ldap_dump_requests_and_responses()
959 Debug2( LDAP_DEBUG_TRACE, " ld %p response count %d\n", (void *)ld, i ); in ldap_dump_requests_and_responses()
1028 Debug2( LDAP_DEBUG_TRACE, "ldap_free_request (origid %d, msgid %d)\n", in ldap_free_request()
1284 Debug2( LDAP_DEBUG_TRACE, in ldap_chase_v3referrals()
1428 Debug2( LDAP_DEBUG_TRACE, in ldap_chase_referrals()
1553 Debug2( LDAP_DEBUG_TRACE, in re_encode_request()
1687 Debug2( LDAP_DEBUG_TRACE, "ldap_find_request_by_msgid: " in ldap_find_request_by_msgid()
[all …]
H A Dresult.c119 Debug2( LDAP_DEBUG_TRACE, "ldap_result ld %p msgid %d\n", (void *)ld, msgid ); in ldap_result()
160 Debug2( LDAP_DEBUG_ANY, in chkResponseList()
269 Debug2( LDAP_DEBUG_TRACE, "wait4msg ld %p msgid %d (infinite timeout)\n", in wait4msg()
741 Debug2( LDAP_DEBUG_TRACE, in try_read1msg()
814 Debug2( LDAP_DEBUG_TRACE, in try_read1msg()
843 Debug2( LDAP_DEBUG_TRACE, in try_read1msg()
880 Debug2( LDAP_DEBUG_TRACE, "request done: ld %p msgid %d\n", in try_read1msg()
1322 Debug2( LDAP_DEBUG_TRACE, "ldap_msgdelete ld=%p msgid=%d\n", in ldap_msgdelete()
H A Dtls_g.c161 Debug2( LDAP_DEBUG_ANY, in tlsg_getfile()
208 Debug2( LDAP_DEBUG_TRACE, in tlsg_ctx_init()
248 Debug2( LDAP_DEBUG_ANY, in tlsg_ctx_init()
289 Debug2( LDAP_DEBUG_ANY, in tlsg_ctx_init()
314 Debug2( LDAP_DEBUG_ANY, in tlsg_ctx_init()
337 Debug2( LDAP_DEBUG_ANY, in tlsg_ctx_init()
755 Debug2( LDAP_DEBUG_ANY, "TLS: hostname (%s) does not match " in tlsg_session_chkhost()
H A Dos-ip.c295 Debug2(LDAP_DEBUG_TRACE, "ldap_int_poll: fd: %d tm: %jd\n", in ldap_int_poll()
629 Debug2(LDAP_DEBUG_TRACE, "ldap_connect_to_host: TCP %s:%d\n", in ldap_connect_to_host()
633 Debug2(LDAP_DEBUG_TRACE, "ldap_connect_to_host: UDP %s:%d\n", in ldap_connect_to_host()
698 Debug2(LDAP_DEBUG_TRACE, in ldap_connect_to_host()
726 Debug2(LDAP_DEBUG_TRACE, in ldap_connect_to_host()
824 Debug2( LDAP_DEBUG_TRACE, in ldap_connect_to_host()
H A Dlbase64.c78 Debug2( LDAP_DEBUG_ANY, in ldap_int_decode_b64_inplace()
H A Dabandon.c143 Debug2( LDAP_DEBUG_TRACE, "do_abandon origid %d, msgid %d\n", in do_abandon()
146 Debug2( LDAP_DEBUG_TRACE, "do_abandon origid %d, msgid %d\n", in do_abandon()
H A Dtls_o.c456 Debug2( LDAP_DEBUG_ANY, "TLS: " in tlso_ctx_init()
469 Debug2( LDAP_DEBUG_ANY, "TLS: " in tlso_ctx_init()
1435 Debug2( LDAP_DEBUG_TRACE, in tlso_info_cb()
1462 Debug2( LDAP_DEBUG_TRACE, in tlso_info_cb()
1466 Debug2( LDAP_DEBUG_TRACE, in tlso_info_cb()
1584 Debug2( LDAP_DEBUG_ANY, in tlso_tmp_rsa_cb()
H A Dinit.c782 Debug2(LDAP_DEBUG_TRACE, "ldap_init: %s env is %s\n", in ldap_int_initialize()
795 Debug2(LDAP_DEBUG_TRACE, "ldap_init: %s env is %s\n", in ldap_int_initialize()
H A Dldap-int.h98 #define Debug2( level, fmt, arg1, arg2 ) \ macro
113 #define Debug2( level, fmt, arg1, arg2 ) ((void)0) macro
H A Dfilter.c726 Debug2( LDAP_DEBUG_TRACE, "put_substring_filter \"%s=%s\"\n", in put_substring_filter()
H A Dopen.c98 Debug2( LDAP_DEBUG_TRACE, "ldap_open(%s, %d)\n", in ldap_open()
H A Dgssapi.c573 Debug2( LDAP_DEBUG_TRACE, "principal for host[%s]: '%s'\n", in guess_service_principal()
H A Dutil-int.c487 Debug2( LDAP_DEBUG_TRACE, "ldap_pvt_gethostbyname_a: host=%s, r=%d\n", in ldap_pvt_gethostbyname_a()
H A Dcyrus.c649 Debug2( LDAP_DEBUG_TRACE, in ldap_int_sasl_bind()
H A Dgetdn.c722 Debug2( LDAP_DEBUG_ARGS, "=> ldap_bv2dn(%s,%u)\n", str, flags ); in ldap_bv2dn_x()
/netbsd/external/bsd/openldap/dist/doc/devel/variadic_debug/
H A D03-libldap_Debug.cocci25 // replace Debug( ..., arg1, arg2, 0 ) with Debug2( ..., arg1, arg2 )
33 +Debug2