Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c92 } PRLDAP_TPDMap; typedef
106 static PRLDAP_TPDMap *prldap_map_list = NULL;
149 static PRLDAP_TPDMap *prldap_allocate_map( LDAP *ld );
150 static void prldap_return_map( PRLDAP_TPDMap *map );
213 prldap_return_map( (PRLDAP_TPDMap *)tfns.ltf_lderrno_arg ); in prldap_install_thread_functions()
277 PRLDAP_TPDMap *map; in prldap_get_ld_error()
280 if (( map = (PRLDAP_TPDMap *)errorarg ) != NULL && ( eip = in prldap_get_ld_error()
305 PRLDAP_TPDMap *map; in prldap_set_ld_error()
308 if (( map = (PRLDAP_TPDMap *)errorarg ) != NULL ) { in prldap_set_ld_error()
387 prldap_return_map( (PRLDAP_TPDMap *)tfns.ltf_lderrno_arg ); in prldap_thread_dispose_handle()
[all …]