Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c13401 #define getVarint sqlite3GetVarint macro
54052 pIter += getVarint(pIter, (u64*)&pInfo->nKey);
54055 pInfo->nSize = 4 + getVarint(&pCell[4], (u64*)&pInfo->nKey);
57944 getVarint(pCell, (u64*)&nCellKey);

Completed in 433 milliseconds