Searched refs:FTS4AUX_GE_CONSTRAINT (Results 1 – 4 of 4) sorted by relevance
128 #define FTS4AUX_GE_CONSTRAINT 2 macro173 pInfo->idxNum += FTS4AUX_GE_CONSTRAINT; in fts3auxBestIndexMethod()348 || idxNum==FTS4AUX_LE_CONSTRAINT || idxNum==FTS4AUX_GE_CONSTRAINT in fts3auxFilterMethod()349 || idxNum==(FTS4AUX_LE_CONSTRAINT|FTS4AUX_GE_CONSTRAINT) in fts3auxFilterMethod()363 if( idxNum&(FTS4AUX_EQ_CONSTRAINT|FTS4AUX_GE_CONSTRAINT) ){ in fts3auxFilterMethod()372 int iIdx = (idxNum&FTS4AUX_GE_CONSTRAINT) ? 1 : 0; in fts3auxFilterMethod()
117085 #define FTS4AUX_GE_CONSTRAINT 2117130 pInfo->idxNum += FTS4AUX_GE_CONSTRAINT;117305 || idxNum==FTS4AUX_LE_CONSTRAINT || idxNum==FTS4AUX_GE_CONSTRAINT117306 || idxNum==(FTS4AUX_LE_CONSTRAINT|FTS4AUX_GE_CONSTRAINT)117320 if( idxNum&(FTS4AUX_EQ_CONSTRAINT|FTS4AUX_GE_CONSTRAINT) ){117329 int iIdx = (idxNum&FTS4AUX_GE_CONSTRAINT) ? 1 : 0;
121938 #define FTS4AUX_GE_CONSTRAINT 2121983 pInfo->idxNum += FTS4AUX_GE_CONSTRAINT;122159 || idxNum==FTS4AUX_LE_CONSTRAINT || idxNum==FTS4AUX_GE_CONSTRAINT122160 || idxNum==(FTS4AUX_LE_CONSTRAINT|FTS4AUX_GE_CONSTRAINT)122174 if( idxNum&(FTS4AUX_EQ_CONSTRAINT|FTS4AUX_GE_CONSTRAINT) ){122183 int iIdx = (idxNum&FTS4AUX_GE_CONSTRAINT) ? 1 : 0;
121986 #define FTS4AUX_GE_CONSTRAINT 2122031 pInfo->idxNum += FTS4AUX_GE_CONSTRAINT;122207 || idxNum==FTS4AUX_LE_CONSTRAINT || idxNum==FTS4AUX_GE_CONSTRAINT122208 || idxNum==(FTS4AUX_LE_CONSTRAINT|FTS4AUX_GE_CONSTRAINT)122222 if( idxNum&(FTS4AUX_EQ_CONSTRAINT|FTS4AUX_GE_CONSTRAINT) ){122231 int iIdx = (idxNum&FTS4AUX_GE_CONSTRAINT) ? 1 : 0;