Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c16015 typedef struct BtreePayload BtreePayload; typedef
16277 struct BtreePayload { struct
16287 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const BtreePayload *pPayload, argument
77097 const BtreePayload *pX, /* Payload with which to construct the cell */
79268 const BtreePayload *pX, /* Source of data to write */
79311 const BtreePayload *pX /* Content to write into the cell */
79360 static int btreeOverwriteCell(BtCursor *pCur, const BtreePayload *pX){
79412 const BtreePayload *pX, /* Content of the row to be inserted */
79554 BtreePayload x2;
98261 BtreePayload x; /* Payload to be inserted */
[all …]