Searched refs:BtreePayload (Results 1 – 4 of 4) sorted by relevance
42 typedef struct BtreePayload BtreePayload; typedef304 struct BtreePayload { struct314 int sqlite3BtreeInsert(BtCursor*, const BtreePayload *pPayload, argument
625 BtreePayload x; in btree_insert()
6802 const BtreePayload *pX, /* Payload with which to construct the cell */ in fillInCell()8869 const BtreePayload *pX, /* Source of data to write */ in btreeOverwriteContent()8909 static int btreeOverwriteCell(BtCursor *pCur, const BtreePayload *pX){ in btreeOverwriteCell()8990 const BtreePayload *pX, /* Content of the row to be inserted */ in sqlite3BtreeInsert()9133 BtreePayload x2; in sqlite3BtreeInsert()
5525 BtreePayload x; /* Payload to be inserted */ in sqlite3VdbeExec()6289 BtreePayload x; in sqlite3VdbeExec()