Home
last modified time | relevance | path

Searched defs:zNum (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dtotype.c95 static int totypeCompare2pow63(const char *zNum){ in totypeCompare2pow63()
125 static int totypeAtoi64(const char *zNum, sqlite3_int64 *pNum, int length){ in totypeAtoi64()
/sqlite-3.40.0/test/
H A Dspeedtest1.c736 char zNum[2000]; /* A number name */ in testset_main() local
1670 char zNum[2000]; /* A number name */ in testset_orm() local
1935 char zNum[2000]; /* A number name */ in testset_trigger() local
2138 char zNum[2000]; /* A number name */ in testset_debug1() local
/sqlite-3.40.0/src/
H A Dutil.c672 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()
H A Dshell.c.in3206 char zNum[30]; local