Searched refs:iGe (Results 1 – 1 of 1) sorted by relevance
199992 int iGe = -1; local200018 if( op==SQLITE_INDEX_CONSTRAINT_GT ) iGe = i;200019 if( op==SQLITE_INDEX_CONSTRAINT_GE ) iGe = i;200034 if( iGe>=0 ){200036 pInfo->aConstraintUsage[iGe].argvIndex = iNext++;200216 int iGe = -1; /* Index of term>=? value in apVal */ local200235 iGe = iNext++;200256 if( iEq>=0 || iGe>=0 ){200258 assert( (iEq==0 && iGe==-1) || (iEq==-1 && iGe==0) );