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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c11582 SQLITE_PRIVATE int sqlite3Atoi64(const char*, i64*, int, u8);
21022 return !sqlite3Atoi64(z, pResult, length, enc);
21075 SQLITE_PRIVATE int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){ function
21141 ** This is different from sqlite3Atoi64() which requires the
[all...]

Completed in 405 milliseconds