Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c166 struct ldap_thread_fns tfns; in prldap_install_thread_functions() local
183 tfns.ltf_mutex_free = prldap_mutex_free; in prldap_install_thread_functions()
187 tfns.ltf_get_lderrno = NULL; in prldap_install_thread_functions()
188 tfns.ltf_set_lderrno = NULL; in prldap_install_thread_functions()
208 (void *)&tfns ) != 0 ) { in prldap_install_thread_functions()
351 struct ldap_thread_fns tfns; in prldap_thread_new_handle() local
358 if ( tfns.ltf_lderrno_arg == NULL && tfns.ltf_get_lderrno != NULL ) { in prldap_thread_new_handle()
361 (void *)&tfns ) != 0 ) { in prldap_thread_new_handle()
379 struct ldap_thread_fns tfns; in prldap_thread_dispose_handle() local
382 (void *)&tfns ) == 0 && in prldap_thread_dispose_handle()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c328 struct ldap_thread_fns tfns; in setup_mt_conn() local
337 tfns.ltf_mutex_alloc = (void *(*)(void)) ns_mutex_alloc; in setup_mt_conn()
338 tfns.ltf_mutex_free = (void (*)(void *)) ns_mutex_free; in setup_mt_conn()
339 tfns.ltf_mutex_lock = (int (*)(void *)) mutex_lock; in setup_mt_conn()
340 tfns.ltf_mutex_unlock = (int (*)(void *)) mutex_unlock; in setup_mt_conn()
341 tfns.ltf_get_errno = get_errno; in setup_mt_conn()
342 tfns.ltf_set_errno = set_errno; in setup_mt_conn()
343 tfns.ltf_get_lderrno = get_ld_error; in setup_mt_conn()
344 tfns.ltf_set_lderrno = set_ld_error; in setup_mt_conn()
345 tfns.ltf_lderrno_arg = NULL; in setup_mt_conn()
[all …]