Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c15876 typedef struct BtreePayload BtreePayload; typedef
16138 struct BtreePayload { struct
16148 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const BtreePayload *pPayload, argument
76651 const BtreePayload *pX, /* Payload with which to construct the cell */
78822 const BtreePayload *pX, /* Source of data to write */
78865 const BtreePayload *pX /* Content to write into the cell */
78914 static int btreeOverwriteCell(BtCursor *pCur, const BtreePayload *pX){
78966 const BtreePayload *pX, /* Content of the row to be inserted */
79108 BtreePayload x2;
97790 BtreePayload x; /* Payload to be inserted */
[all …]