Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c1847 int idxWidth; in sqliteVdbeExec() local
1886 idxWidth = 1; in sqliteVdbeExec()
1888 idxWidth = 2; in sqliteVdbeExec()
1890 idxWidth = 3; in sqliteVdbeExec()
3134 int idxWidth; in sqliteVdbeExec() local
3170 idxWidth = 1; in sqliteVdbeExec()
3172 idxWidth = 2; in sqliteVdbeExec()
3174 idxWidth = 3; in sqliteVdbeExec()
3184 memcpy(aHdr, &zRec[idxWidth*p2], idxWidth*2); in sqliteVdbeExec()
3186 sqliteBtreeKey(pCrsr, idxWidth*p2, idxWidth*2, (char*)aHdr); in sqliteVdbeExec()
[all …]