Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbetrace.c111 sqlite3GetInt32(&zRawSql[1], &idx); in sqlite3VdbeExpandSql()
H A Dutil.c838 int sqlite3GetInt32(const char *zNum, int *pValue){ in sqlite3GetInt32() function
899 sqlite3GetInt32(z, &x); in sqlite3Atoi()
H A Dpragma.c812 if( zRight==0 || !sqlite3GetInt32(zRight, &iLimit) || iLimit<=0 ){ in sqlite3Pragma()
880 if( sqlite3GetInt32(zRight, &size) ){ in sqlite3Pragma()
1674 if( sqlite3GetInt32(zRight, &mxErr) ){ in sqlite3Pragma()
H A Dexpr.c851 || sqlite3GetInt32(pToken->z, &iValue)==0 ){ in sqlite3ExprAlloc()
2455 || sqlite3GetInt32(p->u.zToken, &rc)==0 ); in sqlite3ExprIsInteger()
H A DsqliteInt.h4941 int sqlite3GetInt32(const char *, int*);
H A Dparse.y1126 if( A ) sqlite3GetInt32(&t.z[1], &A->iTable);
H A Dbuild.c1700 sqlite3GetInt32(zChar, &v); in sqlite3AffinityType()