Searched refs:sqlite3GetVarint (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11550 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *, u64 *);
11573 #define getVarint sqlite3GetVarint
21267 ** Bitmasks used by sqlite3GetVarint(). These precomputed constants
21283 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *p, u64 *v){ function
21512 n = sqlite3GetVarint(p, &v64);
21557 ** slow) general-purpose sqlite3GetVarint() routine to extract the
21564 n = sqlite3GetVarint(p, &v64);
[all...]

Completed in 415 milliseconds