Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_debug.c510 typedef void ldap_debug_thread_t; typedef
534 } ldap_debug_thread_t; typedef
536 static ldap_debug_thread_t **thread_info;
563 ldap_debug_thread_t *t; in add_thread_info()
569 t = calloc( more, sizeof(ldap_debug_thread_t) ); in add_thread_info()
587 remove_thread_info( ldap_debug_thread_t *t, const char *msg ) in remove_thread_info()
589 ldap_debug_thread_t *last; in remove_thread_info()
601 static ldap_debug_thread_t *
605 ldap_debug_thread_t *t; in get_thread_info()
749 ldap_debug_thread_t *t = get_thread_info( thread, msg ); in thread_exiting()
[all …]