Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmaprasterquery.c48 int query_alloc_max; member
227 if( rlinfo->query_alloc_max == 0 ) { in msRasterQueryAddPixel()
228 rlinfo->query_alloc_max = 2; in msRasterQueryAddPixel()
233 msSmallCalloc(sizeof(double),rlinfo->query_alloc_max); in msRasterQueryAddPixel()
235 msSmallCalloc(sizeof(double),rlinfo->query_alloc_max); in msRasterQueryAddPixel()
237 msSmallCalloc(sizeof(double),rlinfo->query_alloc_max); in msRasterQueryAddPixel()
239 msSmallCalloc(sizeof(double),rlinfo->query_alloc_max); in msRasterQueryAddPixel()
244 msSmallCalloc(sizeof(int),rlinfo->query_alloc_max); in msRasterQueryAddPixel()
269 if( rlinfo->query_results == rlinfo->query_alloc_max ) { in msRasterQueryAddPixel()
270 rlinfo->query_alloc_max = rlinfo->query_alloc_max * 2 + 100; in msRasterQueryAddPixel()
[all …]