Lines Matching defs:BtreePayload
16061 typedef struct BtreePayload BtreePayload;
16290 /* An instance of the BtreePayload object describes the content of a single
16323 struct BtreePayload {
16333 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const BtreePayload *pPayload,
77521 const BtreePayload *pX, /* Payload with which to construct the cell */
79695 const BtreePayload *pX, /* Source of data to write */
79738 const BtreePayload *pX /* Content to write into the cell */
79787 static int btreeOverwriteCell(BtCursor *pCur, const BtreePayload *pX){
79839 const BtreePayload *pX, /* Content of the row to be inserted */
79981 BtreePayload x2;
98774 BtreePayload x; /* Payload to be inserted */
99565 BtreePayload x;