Searched defs:prldap_map_list (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c102 * prldap_map_list points to all of the PRLDAP_TPDMap structures
106 static PRLDAP_TPDMap *prldap_map_list = NULL; variable
110 * The prldap_map_mutex is used to protect access to the prldap_map_list.
402 prldap_map_list = NULL;
425 for ( map = prldap_map_list; map != NULL; map = map->prtm_next ) {
445 prldap_map_list = map;

Completed in 16 milliseconds