Searched refs:xAdvance (Results 1 – 3 of 3) sorted by relevance
63 xAdvance = 0x0004u, /* Includes horizontal adjustment for advance */ enumerator81 SHORT xAdvance; /* Horizontal adjustment for119 if (format & xAdvance) { in apply_value()165 if (format & xAdvance) values++; in sanitize_value_devices()
12694 int (*xAdvance)(BtCursor *, int *); member72206 pOp->p4.xAdvance = sqlite3BtreeNext;72212 pOp->p4.xAdvance = sqlite3BtreePrevious;83595 assert( pOp->opcode!=OP_Next || pOp->p4.xAdvance==sqlite3BtreeNext );83596 assert( pOp->opcode!=OP_Prev || pOp->p4.xAdvance==sqlite3BtreePrevious );83597 assert( pOp->opcode!=OP_NextIfOpen || pOp->p4.xAdvance==sqlite3BtreeNext );83598 assert( pOp->opcode!=OP_PrevIfOpen || pOp->p4.xAdvance==sqlite3BtreePrevious);83609 rc = pOp->p4.xAdvance(pC->uc.pCursor, &res);