Lines Matching refs:loc
71724 int loc = seekResult; /* -1: before desired location +1: after */
71783 assert( loc==0 );
71801 assert( loc==0 );
71802 }else if( loc==0 ){
71807 rc = sqlite3BtreeMovetoUnpacked(pCur, 0, pX->nKey, flags!=0, &loc);
71816 assert( (flags & BTREE_SAVEPOSITION)==0 || loc==0 );
71823 if( loc==0 && (flags & BTREE_SAVEPOSITION)==0 ){
71834 rc = sqlite3BtreeMovetoUnpacked(pCur, &r, 0, flags!=0, &loc);
71836 rc = btreeMoveto(pCur, pX->pKey, pX->nKey, flags!=0, &loc);
71845 if( loc==0 ){
71857 assert( pCur->eState==CURSOR_VALID || (pCur->eState==CURSOR_INVALID && loc) );
71869 loc==0 ? "overwrite" : "new entry"));
71878 if( loc==0 ){
71909 }else if( loc<0 && pPage->nCell>0 ){