Home
last modified time | relevance | path

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

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