Lines Matching refs:rebase
229104 SessionBuffer rebase; /* Rebase information (if any) here */
229578 sessionAppendByte(&p->rebase, 'T', &rc);
229579 sessionAppendVarint(&p->rebase, p->nCol, &rc);
229580 sessionAppendBlob(&p->rebase, p->abPK, p->nCol, &rc);
229581 sessionAppendBlob(&p->rebase, (u8*)zTab, (int)strlen(zTab)+1, &rc);
229588 sessionAppendByte(&p->rebase,
229591 sessionAppendByte(&p->rebase, (eType==SQLITE_CHANGESET_REPLACE), &rc);
229599 sessionAppendValue(&p->rebase, pVal, &rc);
230169 assert( sApply.bRebase || sApply.rebase.nBuf==0 );
230171 *ppRebase = (void*)sApply.rebase.aBuf;
230172 *pnRebase = sApply.rebase.nBuf;
230173 sApply.rebase.aBuf = 0;
230181 sqlite3_free((char*)sApply.rebase.aBuf);