Lines Matching full:grouplist
1013 char ** grouplist = NULL;1016 grouplist = racoon_realloc(icc->grouplist,1018 if (grouplist == NULL)1027 grouplist[icc->groupcount]=groupname;1028 icc->grouplist = grouplist;