Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c16475 typedef struct BtreePayload BtreePayload; typedef
16740 struct BtreePayload { struct
16750 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const BtreePayload *pPayload, argument
78563 const BtreePayload *pX, /* Payload with which to construct the cell */
80748 const BtreePayload *pX, /* Source of data to write */
80791 const BtreePayload *pX /* Content to write into the cell */
80840 static int btreeOverwriteCell(BtCursor *pCur, const BtreePayload *pX){
80892 const BtreePayload *pX, /* Content of the row to be inserted */
81034 BtreePayload x2;
100038 BtreePayload x; /* Payload to be inserted */
[all …]