HomeSort by relevance Sort by last modified time
    Searched refs:iRightCol (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 695 int iRightCol, iRightPos = readPosition(pRight, &iRightCol);
700 if( iLeftCol==iRightCol && iLeftPos+1==iRightPos ){
706 docListAddPos(pOut, iRightCol, iRightPos);
709 iRightPos = readPosition(pRight, &iRightCol);
710 }else if( iRightCol<iLeftCol ||
711 (iRightCol==iLeftCol && iRightPos<iLeftPos+1) ){
712 iRightPos = readPosition(pRight, &iRightCol);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
select.c 389 int iRightCol; /* Column number of matching column on the right */
392 iRightCol = columnIndex(pRightTab, zName);
393 if( iRightCol<0
400 addWhereTerm(pParse, pSrc, iLeft, iLeftCol, i+1, iRightCol,
    [all...]

Completed in 35 milliseconds