Searched refs:iGe (Results 1 – 1 of 1) sorted by relevance
200305 int iGe = -1; local200331 if( op==SQLITE_INDEX_CONSTRAINT_GT ) iGe = i;200332 if( op==SQLITE_INDEX_CONSTRAINT_GE ) iGe = i;200347 if( iGe>=0 ){200349 pInfo->aConstraintUsage[iGe].argvIndex = iNext++;200529 int iGe = -1; /* Index of term>=? value in apVal */ local200548 iGe = iNext++;200569 if( iEq>=0 || iGe>=0 ){200571 assert( (iEq==0 && iGe==-1) || (iEq==-1 && iGe==0) );