Home
last modified time | relevance | path

Searched refs:totypeAtoi64 (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dtotype.c125 static int totypeAtoi64(const char *zNum, sqlite3_int64 *pNum, int length){ in totypeAtoi64() function
405 if( !totypeAtoi64((const char*)zStr, &iVal, nStr) ){ in tointegerFunc()