Home
last modified time | relevance | path

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

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