Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapogcfiltercommon.cpp640 const char* pszTimeValue; in FLTGetTimeExpression() local
648 pszTimeValue = FLTGetDuring(psFilterNode, &pszTimeField); in FLTGetTimeExpression()
649 if (pszTimeField && pszTimeValue) { in FLTGetTimeExpression()
654 if (msLayerSetTimeFilter(lp, pszTimeValue, pszTimeField) == MS_TRUE) { in FLTGetTimeExpression()
H A Dmapogcfilter.c415 const char* pszTimeValue = NULL; in FLTApplySimpleSQLFilter() local
432 pszTimeValue = FLTGetDuring(psNode, &pszTimeField); in FLTApplySimpleSQLFilter()
506 if (pszTimeField && pszTimeValue) in FLTApplySimpleSQLFilter()
507 msLayerSetTimeFilter(lp, pszTimeValue, pszTimeField); in FLTApplySimpleSQLFilter()