Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dprepare.c134 if( sqlite3GetUInt32(argv[3], &db->init.newTnum)==0 in sqlite3InitCallback()
177 if( sqlite3GetUInt32(argv[3],&pIndex->tnum)==0 in sqlite3InitCallback()
H A Dutil.c909 int sqlite3GetUInt32(const char *z, u32 *pI){ in sqlite3GetUInt32() function
H A DsqliteInt.h4942 int sqlite3GetUInt32(const char*, u32*);