Home
last modified time | relevance | path

Searched refs:ldap_thread_fns (Results 1 – 9 of 9) 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()
178 memset( &tfns, '\0', sizeof(struct ldap_thread_fns) ); in prldap_install_thread_functions()
351 struct ldap_thread_fns tfns; in prldap_thread_new_handle()
379 struct ldap_thread_fns tfns; in prldap_thread_dispose_handle()
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c61 static struct ldap_thread_fns thread_fns = {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c212 *((struct ldap_thread_fns *) optdata) = ld->ld_thread; in ldap_get_option()
H A Dsetoption.c247 ld->ld_thread = *((struct ldap_thread_fns *)optdata); in ldap_set_option()
H A Dmemcache.c177 struct ldap_thread_fns ldmemc_lock_fns;
253 char **baseDNs, struct ldap_thread_fns *thread_fns, in ldap_memcache_init()
280 sizeof(struct ldap_thread_fns)); in ldap_memcache_init()
283 sizeof(struct ldap_thread_fns)); in ldap_memcache_init()
H A Dopen.c277 static struct ldap_thread_fns
H A Dldap-int.h334 struct ldap_thread_fns ld_thread;
/illumos-gate/usr/src/head/
H A Dldap.h1205 struct ldap_thread_fns { struct
1304 unsigned long size, char **baseDNs, struct ldap_thread_fns *thread_fns,
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c328 struct ldap_thread_fns tfns; in setup_mt_conn()
336 (void) memset(&tfns, '\0', sizeof (struct ldap_thread_fns)); in setup_mt_conn()