Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17086 typedef struct BtreePayload BtreePayload; typedef
17351 struct BtreePayload { struct
17361 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const BtreePayload *pPayload, argument
80183 const BtreePayload *pX, /* Payload with which to construct the cell */
82373 const BtreePayload *pX, /* Source of data to write */
82416 const BtreePayload *pX /* Content to write into the cell */
82465 static int btreeOverwriteCell(BtCursor *pCur, const BtreePayload *pX){
82517 const BtreePayload *pX, /* Content of the row to be inserted */
82659 BtreePayload x2;
102203 BtreePayload x; /* Payload to be inserted */
[all …]