Searched refs:ldap_thread_fns (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c169 struct ldap_thread_fns tfns;
181 memset( &tfns, '\0', sizeof(struct ldap_thread_fns) );
354 struct ldap_thread_fns tfns;
382 struct ldap_thread_fns tfns;
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c60 static struct ldap_thread_fns thread_fns = {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c214 *((struct ldap_thread_fns *) optdata) = ld->ld_thread;
H A Dsetoption.c249 ld->ld_thread = *((struct ldap_thread_fns *)optdata);
H A Dmemcache.c178 struct ldap_thread_fns ldmemc_lock_fns;
254 char **baseDNs, struct ldap_thread_fns *thread_fns,
281 sizeof(struct ldap_thread_fns));
284 sizeof(struct ldap_thread_fns));
H A Dopen.c277 static struct ldap_thread_fns
H A Dldap-int.h336 struct ldap_thread_fns ld_thread;
H A Dllib-lldap519 int ldap_memcache_init(unsigned long ttl, unsigned long size, char **baseDNs, struct ldap_thread_fns *thread_fns, LDAPMemCache **cachep);
/illumos-gate/usr/src/head/
H A Dldap.h1235 struct ldap_thread_fns { struct
1334 unsigned long size, char **baseDNs, struct ldap_thread_fns *thread_fns,
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c320 struct ldap_thread_fns tfns;
328 (void) memset(&tfns, '\0', sizeof (struct ldap_thread_fns));

Completed in 85 milliseconds