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

/freebsd-10-stable/crypto/heimdal/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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c16458 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *, u64 *);
16472 #define getVarint sqlite3GetVarint
28037 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *p, u64 *v){ function
[all...]

Completed in 873 milliseconds