Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmaputil.c1484 char **papszGroups = NULL; in msGetAllGroupNames() local
1504 papszGroups = (char **)msSmallMalloc(sizeof(char *)*nCount); in msGetAllGroupNames()
1507 papszGroups[i] = NULL; in msGetAllGroupNames()
1516 if (papszGroups[j] && in msGetAllGroupNames()
1517 strcmp(lp->group, papszGroups[j]) == 0) { in msGetAllGroupNames()
1524 papszGroups[(*numTok)] = msStrdup(lp->group); in msGetAllGroupNames()
1532 return papszGroups; in msGetAllGroupNames()
H A Dmaptemplate.c3023 char **papszGroups = NULL; in generateLegendTemplate() local
3234 papszGroups = msGetAllGroupNames(mapserv->map, &nGroupNames); in generateLegendTemplate()
3238 …if(generateGroupTemplate(legGroupHtml, mapserv->map, papszGroups[i], groupArgs, &legGroupHtmlCopy,… in generateLegendTemplate()
3283 …roup && strcmp(GET_LAYER(mapserv->map, mapserv->map->layerorder[j])->group, papszGroups[i]) == 0) { in generateLegendTemplate()
3350 …roup && strcmp(GET_LAYER(mapserv->map, mapserv->map->layerorder[j])->group, papszGroups[i]) == 0) { in generateLegendTemplate()
3511 if(papszGroups) { in generateLegendTemplate()
3513 msFree(papszGroups[i]); in generateLegendTemplate()
3515 msFree(papszGroups); in generateLegendTemplate()