Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbtree.h131 #define sqliteBtreeKey(pCur, offset, amt, zBuf)\ macro
H A Dvdbe.c2734 sqliteBtreeKey(pCrsr, nKey - 4, 4, (char*)&v); in sqliteVdbeExec()
2845 sqliteBtreeKey(pC->pCursor, 0, sizeof(v), (void*)&v); in sqliteVdbeExec()
3085 sqliteBtreeKey(pCrsr, 0, n, pTos->z); in sqliteVdbeExec()
3177 sqliteBtreeKey(pCrsr, idxWidth*p2, idxWidth*2, (char*)aHdr); in sqliteVdbeExec()
3217 sqliteBtreeKey(pCrsr, offset, amt, pTos->z); in sqliteVdbeExec()
3250 sqliteBtreeKey(pC->pCursor, 0, sizeof(u32), (char*)&v); in sqliteVdbeExec()
3295 sqliteBtreeKey(pCrsr, 0, amt, z); in sqliteVdbeExec()
3522 sqliteBtreeKey(pCrsr, sz - sizeof(u32), sizeof(u32), (char*)&v); in sqliteVdbeExec()

Completed in 14 milliseconds