Searched refs:sqliteBtreeKey (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | btree.h | 134 #define sqliteBtreeKey(pCur, offset, amt, zBuf)\ macro
|
H A D | vdbe.c | 2745 sqliteBtreeKey(pCrsr, nKey - 4, 4, (char*)&v); in sqliteVdbeExec() 2856 sqliteBtreeKey(pC->pCursor, 0, sizeof(v), (void*)&v); in sqliteVdbeExec() 3096 sqliteBtreeKey(pCrsr, 0, n, pTos->z); in sqliteVdbeExec() 3188 sqliteBtreeKey(pCrsr, idxWidth*p2, idxWidth*2, (char*)aHdr); in sqliteVdbeExec() 3228 sqliteBtreeKey(pCrsr, offset, amt, pTos->z); in sqliteVdbeExec() 3261 sqliteBtreeKey(pC->pCursor, 0, sizeof(u32), (char*)&v); in sqliteVdbeExec() 3306 sqliteBtreeKey(pCrsr, 0, amt, z); in sqliteVdbeExec() 3533 sqliteBtreeKey(pCrsr, sz - sizeof(u32), sizeof(u32), (char*)&v); in sqliteVdbeExec()
|
H A D | test3.c | 821 rc = sqliteBtreeKey(pCur, 0, n, zBuf); in btree_key()
|