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

/external/chromium_org/third_party/sqlite/src/src/
H A Dutil.c652 ** Bitmasks used by sqlite3GetVarint(). These precomputed constants
668 u8 sqlite3GetVarint(const unsigned char *p, u64 *v){ function
897 n = sqlite3GetVarint(p, &v64);
942 ** slow) general-purpose sqlite3GetVarint() routine to extract the
949 n = sqlite3GetVarint(p, &v64);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c11242 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *, u64 *);
11265 #define getVarint sqlite3GetVarint
20872 ** Bitmasks used by sqlite3GetVarint(). These precomputed constants
20888 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *p, u64 *v){ function
21117 n = sqlite3GetVarint(p, &v64);
21162 ** slow) general-purpose sqlite3GetVarint() routine to extract the
21169 n = sqlite3GetVarint(p, &v64);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12778 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *, u64 *);
12804 #define getVarint sqlite3GetVarint
22988 ** Bitmasks used by sqlite3GetVarint(). These precomputed constants
23004 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *p, u64 *v){ function
23233 n = sqlite3GetVarint(p, &v64);
23278 ** slow) general-purpose sqlite3GetVarint() routine to extract the
23285 n = sqlite3GetVarint(p, &v64);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12778 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *, u64 *);
12804 #define getVarint sqlite3GetVarint
22988 ** Bitmasks used by sqlite3GetVarint(). These precomputed constants
23004 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *p, u64 *v){ function
23233 n = sqlite3GetVarint(p, &v64);
23278 ** slow) general-purpose sqlite3GetVarint() routine to extract the
23285 n = sqlite3GetVarint(p, &v64);
[all...]

Completed in 1027 milliseconds