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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c21027 ** Compare the 19-character string zNum against the text representation
21029 ** if zNum is less than, equal to, or greater than the string.
21030 ** Note that zNum must contain exactly 19 characters.
21040 static int compare2pow63(const char *zNum, int incr){ argument
21046 c = (zNum[i*incr]-pow63[i])*10;
21049 c = zNum[18*incr] - '8';
21059 ** Convert zNum to a 64-bit signed integer.
21061 ** If the zNum value is representable as a 64-bit twos-complement
21064 ** If zNum is exactly 9223372036854665808, return 2. This special
21068 ** If zNum i
21075 sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc) argument
21144 sqlite3GetInt32(const char *zNum, int *pValue) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c32131 compare2pow63(const char *zNum, int incr) argument
32164 sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc) argument
32297 sqlite3GetInt32(const char *zNum, int *pValue) argument
[all...]
H A Dshell.c13110 char zNum[30]; local
13113 sqlite3_snprintf(sizeof(zNum),zNum,"?%d",i); local
13114 zVar = zNum;

Completed in 826 milliseconds