Home | History | Annotate | Download | only in fts1

Lines Matching refs:readPosition

360 **      readPosition()
420 static int readPosition(DocListReader *pReader, int *iColumn){
460 while( readPosition(pReader, &iColumn)!=-1 ){}
512 while( (iPos = readPosition(&r, &iCol))>=0 ){
539 while( (iPos = readPosition(&r, &iColumn)) != -1 ){
566 while( (iPos = readPosition(&r, &iColumn)) != -1 ){
694 int iLeftCol, iLeftPos = readPosition(pLeft, &iLeftCol);
695 int iRightCol, iRightPos = readPosition(pRight, &iRightCol);
708 iLeftPos = readPosition(pLeft, &iLeftCol);
709 iRightPos = readPosition(pRight, &iRightCol);
712 iRightPos = readPosition(pRight, &iRightCol);
714 iLeftPos = readPosition(pLeft, &iLeftCol);