/netbsd/external/bsd/openldap/dist/libraries/libldap/ |
H A D | request.c | 742 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 D | result.c | 119 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 D | tls_g.c | 161 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 D | os-ip.c | 295 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 D | lbase64.c | 78 Debug2( LDAP_DEBUG_ANY, in ldap_int_decode_b64_inplace()
|
H A D | abandon.c | 143 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 D | tls_o.c | 456 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 D | init.c | 782 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 D | ldap-int.h | 98 #define Debug2( level, fmt, arg1, arg2 ) \ macro 113 #define Debug2( level, fmt, arg1, arg2 ) ((void)0) macro
|
H A D | filter.c | 726 Debug2( LDAP_DEBUG_TRACE, "put_substring_filter \"%s=%s\"\n", in put_substring_filter()
|
H A D | open.c | 98 Debug2( LDAP_DEBUG_TRACE, "ldap_open(%s, %d)\n", in ldap_open()
|
H A D | gssapi.c | 573 Debug2( LDAP_DEBUG_TRACE, "principal for host[%s]: '%s'\n", in guess_service_principal()
|
H A D | util-int.c | 487 Debug2( LDAP_DEBUG_TRACE, "ldap_pvt_gethostbyname_a: host=%s, r=%d\n", in ldap_pvt_gethostbyname_a()
|
H A D | cyrus.c | 649 Debug2( LDAP_DEBUG_TRACE, in ldap_int_sasl_bind()
|
H A D | getdn.c | 722 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 D | 03-libldap_Debug.cocci | 25 // replace Debug( ..., arg1, arg2, 0 ) with Debug2( ..., arg1, arg2 ) 33 +Debug2
|