Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c1190 pInfo->pPayload = 0; in btreeParseCellPtrNoPayload()
1261 pInfo->pPayload = pIter; in btreeParseCellPtr()
1298 pInfo->pPayload = pIter; in btreeParseCellPtrIndex()
4689 if( a->pPayload!=b->pPayload ) return 0; in cellInfoEqual()
6811 unsigned char *pPayload; in fillInCell() local
6840 pPayload = &pCell[nHeader]; in fillInCell()
6905 assert( pPayload<pPage->aData || pPayload>=&pPage->aData[pBt->pageSize] in fillInCell()
6909 memcpy(pPayload, pSrc, n); in fillInCell()
6914 memset(pPayload, 0, n); in fillInCell()
6918 pPayload += n; in fillInCell()
[all …]
H A Dbtree.h314 int sqlite3BtreeInsert(BtCursor*, const BtreePayload *pPayload,
H A DbtreeInt.h482 u8 *pPayload; /* Pointer to the start of payload */ member