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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c20059 ** If the negFlag parameter is true, that means that zNum really represents
20062 ** of "9223373036854775808" returns false if negFlag is false or true
20063 ** if negFlag is true.
20067 SQLITE_PRIVATE int sqlite3FitsIn64Bits(const char *zNum, int negFlag){ argument
20073 if( negFlag ) neg = 1-neg;
69631 codeInteger(Parse *pParse, Expr *pExpr, int negFlag, int iMem) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c20059 ** If the negFlag parameter is true, that means that zNum really represents
20062 ** of "9223373036854775808" returns false if negFlag is false or true
20063 ** if negFlag is true.
20067 SQLITE_PRIVATE int sqlite3FitsIn64Bits(const char *zNum, int negFlag){ argument
20073 if( negFlag ) neg = 1-neg;
69631 codeInteger(Parse *pParse, Expr *pExpr, int negFlag, int iMem) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c20059 ** If the negFlag parameter is true, that means that zNum really represents
20062 ** of "9223373036854775808" returns false if negFlag is false or true
20063 ** if negFlag is true.
20067 SQLITE_PRIVATE int sqlite3FitsIn64Bits(const char *zNum, int negFlag){ argument
20073 if( negFlag ) neg = 1-neg;
69631 codeInteger(Parse *pParse, Expr *pExpr, int negFlag, int iMem) argument
[all...]

Completed in 968 milliseconds