Lines Matching refs:rootDSE_data
136 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()
618 serverInfo->sinfo[1].rootDSE_data = rootDSE; in getldap_get_rootDSE()
720 info->sinfo[0].rootDSE_data = NULL; in getldap_init_serverInfo()
721 info->sinfo[1].rootDSE_data = NULL; in getldap_init_serverInfo()
760 if (info->sinfo[0].rootDSE_data) in getldap_destroy_serverInfo()
761 free(info->sinfo[0].rootDSE_data); in getldap_destroy_serverInfo()
762 if (info->sinfo[1].rootDSE_data) in getldap_destroy_serverInfo()
763 free(info->sinfo[1].rootDSE_data); in getldap_destroy_serverInfo()
1069 strlen(server->sinfo[0].rootDSE_data) + in getldap_get_serverInfo()
1081 server->sinfo[0].rootDSE_data); in getldap_get_serverInfo()
1086 server->sinfo[0].rootDSE_data); in getldap_get_serverInfo()