Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapdraw.c3051 cachePtr->status = MS_DELETE; in msDrawLabelCache()
3076 …cachePtr->status = MS_DELETE; /* we're done with this label, it won't even have a second chance in… in msDrawLabelCache()
3124 cachePtr->status = MS_DELETE; in msDrawLabelCache()
3151 …cachePtr->status = MS_DELETE; /* we won't check for leader offseted positions, as the anchor point… in msDrawLabelCache()
3292 cachePtr->status = MS_DELETE; /* TODO RFC98: check if this is correct */ in msDrawLabelCache()
3308 cachePtr->status = MS_DELETE; in msDrawLabelCache()
3358 if(cachePtr->status != MS_DELETE) { in msDrawLabelCache()
3394 cachePtr->status = MS_DELETE; in msDrawLabelCache()
3401 if(cachePtr->status == MS_OFF || cachePtr->status == MS_DELETE) in msDrawLabelCache()
H A Dmapscale.c509 GET_LAYER(map, l)->status = MS_DELETE; in msEmbedScalebar()
H A Dmaputil.c732 …if(layer->class[iclass]->status != MS_DELETE && msEvalExpression(layer, shape, &(layer->class[icla… in msShapeGetNextClass()
1514 if (lp->group && lp->status != MS_DELETE) { in msGetAllGroupNames()
H A Dmaplegend.c941 GET_LAYER(map, l)->status = MS_DELETE; in msEmbedLegend()
H A Dmapcontext.c1522 if(GET_LAYER(map, i)->status != MS_DELETE && GET_LAYER(map, i)->connectiontype == MS_WMS) { in msWriteMapContext()
H A Dmaptemplate.c2756 if(GET_LAYER(map, nIdxLayer)->status == MS_DELETE) in generateLayerTemplate()
2895 if(GET_LAYER(map, nIdxLayer)->status == MS_DELETE) in generateClassTemplate()
H A Dmapwcs.c827 …if((layer->status == MS_DELETE) || !msWCSIsLayerSupported(layer)) return MS_SUCCESS; /* not an err… in msWCSGetCapabilities_CoverageOfferingBrief()
H A Dmapogcsos.c1333 if (lp->status == MS_DELETE) in msSOSGetCapabilities()
H A Dmapserver.h208 #define MS_DELETE 4 macro
H A Dmapfile.c3466 if(class->status == MS_DELETE) return; in writeClass()
4693 if(layer->status == MS_DELETE) in writeLayer()
H A Dmapwfs.c878 if (lp->status == MS_DELETE) in msWFSGetCapabilities()
H A Dmapwms.c3601 if (pabLayerProcessed[i] || (lp->status == MS_DELETE)) in msWMSGetCapabilities()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dphp_mapscript.c1036 REGISTER_LONG_CONSTANT("MS_DELETE", MS_DELETE, const_flag); in PHP_MINIT_FUNCTION()