Searched defs:zNum (Results 1 – 4 of 4) sorted by relevance
95 static int totypeCompare2pow63(const char *zNum){ in totypeCompare2pow63()125 static int totypeAtoi64(const char *zNum, sqlite3_int64 *pNum, int length){ in totypeAtoi64()
736 char zNum[2000]; /* A number name */ in testset_main() local1670 char zNum[2000]; /* A number name */ in testset_orm() local1935 char zNum[2000]; /* A number name */ in testset_trigger() local2138 char zNum[2000]; /* A number name */ in testset_debug1() local
672 static int compare2pow63(const char *zNum, int incr){ in compare2pow63()705 int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){ in sqlite3Atoi64()838 int sqlite3GetInt32(const char *zNum, int *pValue){ in sqlite3GetInt32()
3206 char zNum[30]; local