Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h383 struct ldap_extra_thread_fns ld_thread2; member
390 #define ld_mutex_trylock_fn ld_thread2.ltf_mutex_trylock
391 #define ld_sema_alloc_fn ld_thread2.ltf_sema_alloc
392 #define ld_sema_free_fn ld_thread2.ltf_sema_free
393 #define ld_sema_wait_fn ld_thread2.ltf_sema_wait
394 #define ld_sema_post_fn ld_thread2.ltf_sema_post
395 #define ld_threadid_fn ld_thread2.ltf_threadid_fn
H A Dsetoption.c260 ld->ld_thread2 = *((struct ldap_extra_thread_fns *)optdata); in ldap_set_option()