Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapparser.y836 case MS_TOKEN_COMPARISON_IRE: token = IRE; break;
H A Dmapmssql2008.c3155 if(layerinfo->current_node->next->token == MS_TOKEN_COMPARISON_IRE) in process_node()
3183 case MS_TOKEN_COMPARISON_IRE: in process_node()
3189 int bCaseInsensitive = (layerinfo->current_node->token == MS_TOKEN_COMPARISON_IRE); in process_node()
H A Dmaplexer.l190 <EXPRESSION_STRING>~\* { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_IRE); }
H A Dmapogr.cpp1860 case MS_TOKEN_COMPARISON_IRE: in msOGRGetToken()
3206 token == MS_TOKEN_COMPARISON_IRE || in exprGetPriority()
3265 node->token == MS_TOKEN_COMPARISON_IRE || in BuildExprTree()
H A Dmapparser.c2969 case MS_TOKEN_COMPARISON_IRE: token = IRE; break; in yylex()
H A Dmaplexer.c2784 { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_IRE); }
H A Dmaporaclespatial.c3694 … if (node->next->token == MS_TOKEN_COMPARISON_RE || node->next->token == MS_TOKEN_COMPARISON_IRE in msOracleSpatialLayerTranslateFilter()
3759 case MS_TOKEN_COMPARISON_IRE: in msOracleSpatialLayerTranslateFilter()
H A Dmaplayer.c628 case MS_TOKEN_COMPARISON_IRE: return " ~* "; in msExpressionTokenToString()
H A Dmappostgis.c4231 …ING || node->next->token == MS_TOKEN_COMPARISON_RE || node->next->token == MS_TOKEN_COMPARISON_IRE) in msPostGISLayerTranslateFilter()
H A Dmapserver.h711 MS_TOKEN_COMPARISON_RE, MS_TOKEN_COMPARISON_IRE, enumerator