Home
last modified time | relevance | path

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

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