Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c16061 typedef struct BtreePayload BtreePayload; typedef
16323 struct BtreePayload { struct
16333 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const BtreePayload *pPayload, argument
77521 const BtreePayload *pX, /* Payload with which to construct the cell */
79695 const BtreePayload *pX, /* Source of data to write */
79738 const BtreePayload *pX /* Content to write into the cell */
79787 static int btreeOverwriteCell(BtCursor *pCur, const BtreePayload *pX){
79839 const BtreePayload *pX, /* Content of the row to be inserted */
79981 BtreePayload x2;
98774 BtreePayload x; /* Payload to be inserted */
[all …]