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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h2030 int sqlite3GetVarint32(const unsigned char *, u32 *);
2043 ** x = sqlite3GetVarint32( A, &B );
2050 #define getVarint32(A,B) ((*(A)<(unsigned char)0x80) ? ((B) = (u32)*(A)),1 : sqlite3GetVarint32((A), &(B)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h2030 int sqlite3GetVarint32(const unsigned char *, u32 *);
2043 ** x = sqlite3GetVarint32( A, &B );
2050 #define getVarint32(A,B) ((*(A)<(unsigned char)0x80) ? ((B) = (u32)*(A)),1 : sqlite3GetVarint32((A), &(B)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h2030 int sqlite3GetVarint32(const unsigned char *, u32 *);
2043 ** x = sqlite3GetVarint32( A, &B );
2050 #define getVarint32(A,B) ((*(A)<(unsigned char)0x80) ? ((B) = (u32)*(A)),1 : sqlite3GetVarint32((A), &(B)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c10662 SQLITE_PRIVATE u8 sqlite3GetVarint32(const unsigned char *, u32 *);
10675 ** x = sqlite3GetVarint32( A, &B );
10682 #define getVarint32(A,B) (u8)((*(A)<(u8)0x80) ? ((B) = (u32)*(A)),1 : sqlite3GetVarint32((A), (u32 *)&(B)))
20400 SQLITE_PRIVATE u8 sqlite3GetVarint32(const unsigned char *p, u32 *v){ function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c10662 SQLITE_PRIVATE u8 sqlite3GetVarint32(const unsigned char *, u32 *);
10675 ** x = sqlite3GetVarint32( A, &B );
10682 #define getVarint32(A,B) (u8)((*(A)<(u8)0x80) ? ((B) = (u32)*(A)),1 : sqlite3GetVarint32((A), (u32 *)&(B)))
20400 SQLITE_PRIVATE u8 sqlite3GetVarint32(const unsigned char *p, u32 *v){ function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c10662 SQLITE_PRIVATE u8 sqlite3GetVarint32(const unsigned char *, u32 *);
10675 ** x = sqlite3GetVarint32( A, &B );
10682 #define getVarint32(A,B) (u8)((*(A)<(u8)0x80) ? ((B) = (u32)*(A)),1 : sqlite3GetVarint32((A), (u32 *)&(B)))
20400 SQLITE_PRIVATE u8 sqlite3GetVarint32(const unsigned char *p, u32 *v){ function
[all...]

Completed in 989 milliseconds