Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c138 char *rootDSE_data; member
484 if (info->sinfo[0].rootDSE_data) in sync_current_with_update_copy()
485 free(info->sinfo[0].rootDSE_data); in sync_current_with_update_copy()
486 info->sinfo[0].rootDSE_data = NULL; in sync_current_with_update_copy()
512 if (info->sinfo[1].rootDSE_data) in sync_current_with_update_copy()
513 info->sinfo[0].rootDSE_data = in sync_current_with_update_copy()
514 strdup(info->sinfo[1].rootDSE_data); in sync_current_with_update_copy()
557 if (serverInfo->sinfo[1].rootDSE_data) in getldap_get_rootDSE()
558 free(serverInfo->sinfo[1].rootDSE_data); in getldap_get_rootDSE()
559 serverInfo->sinfo[1].rootDSE_data = NULL; in getldap_get_rootDSE()
[all …]