Lines Matching refs:tfns
320 struct ldap_thread_fns tfns;
328 (void) memset(&tfns, '\0', sizeof (struct ldap_thread_fns));
329 tfns.ltf_mutex_alloc = (void *(*)(void)) ns_mutex_alloc;
330 tfns.ltf_mutex_free = (void (*)(void *)) ns_mutex_free;
331 tfns.ltf_mutex_lock = (int (*)(void *)) mutex_lock;
332 tfns.ltf_mutex_unlock = (int (*)(void *)) mutex_unlock;
333 tfns.ltf_get_errno = get_errno;
334 tfns.ltf_set_errno = set_errno;
335 tfns.ltf_get_lderrno = get_ld_error;
336 tfns.ltf_set_lderrno = set_ld_error;
337 tfns.ltf_lderrno_arg = NULL;
343 (void *) &tfns);