Home
last modified time | relevance | path

Searched refs:BtreePayload (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.h42 typedef struct BtreePayload BtreePayload; typedef
304 struct BtreePayload { struct
314 int sqlite3BtreeInsert(BtCursor*, const BtreePayload *pPayload, argument
H A Dtest3.c625 BtreePayload x; in btree_insert()
H A Dbtree.c6802 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()
H A Dvdbe.c5525 BtreePayload x; /* Payload to be inserted */ in sqlite3VdbeExec()
6289 BtreePayload x; in sqlite3VdbeExec()