Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17107 typedef struct BtreePayload BtreePayload; typedef
17372 struct BtreePayload { struct
17382 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const BtreePayload *pPayload, argument
80302 const BtreePayload *pX, /* Payload with which to construct the cell */
82492 const BtreePayload *pX, /* Source of data to write */
82535 const BtreePayload *pX /* Content to write into the cell */
82584 static int btreeOverwriteCell(BtCursor *pCur, const BtreePayload *pX){
82636 const BtreePayload *pX, /* Content of the row to be inserted */
82778 BtreePayload x2;
102361 BtreePayload x; /* Payload to be inserted */
[all …]