Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c136 char *rootDSE_data; member
482 if (info->sinfo[0].rootDSE_data) in sync_current_with_update_copy()
483 free(info->sinfo[0].rootDSE_data); in sync_current_with_update_copy()
484 info->sinfo[0].rootDSE_data = NULL; in sync_current_with_update_copy()
510 if (info->sinfo[1].rootDSE_data) in sync_current_with_update_copy()
511 info->sinfo[0].rootDSE_data = in sync_current_with_update_copy()
512 strdup(info->sinfo[1].rootDSE_data); in sync_current_with_update_copy()
555 if (serverInfo->sinfo[1].rootDSE_data) in getldap_get_rootDSE()
556 free(serverInfo->sinfo[1].rootDSE_data); in getldap_get_rootDSE()
557 serverInfo->sinfo[1].rootDSE_data = NULL; in getldap_get_rootDSE()
[all …]