Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapfile.c894 points->point = (pointObj *)malloc(sizeof(pointObj)*MS_FEATUREINITSIZE); in loadFeaturePoints()
895 MS_CHECK_ALLOC(points->point, sizeof(pointObj)*MS_FEATUREINITSIZE, MS_FAILURE); in loadFeaturePoints()
897 buffer_size = MS_FEATUREINITSIZE; in loadFeaturePoints()
H A Dmapserver.h287 #define MS_FEATUREINITSIZE 10 /* how many points initially can a feature have */ macro