Home | History | Annotate | Download | only in racoon

Lines Matching full:grouplist

1108 			char ** grouplist = NULL;
1111 grouplist = racoon_realloc(icc->grouplist,
1113 if (grouplist == NULL) {
1126 grouplist[icc->groupcount]=groupname;
1127 icc->grouplist = grouplist;