Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21699 #define putVarint sqlite3PutVarint macro
78592 nHeader += putVarint(&pCell[nHeader], *(u64*)&pX->nKey);
80336 sz = 4 + putVarint(&pCell[4], info.nKey);
81221 if( pDest->pKeyInfo==0 ) aOut += putVarint(aOut, iKey);