Searched refs:sqlite3GetInt32 (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbetrace.c | 111 sqlite3GetInt32(&zRawSql[1], &idx); in sqlite3VdbeExpandSql()
|
| H A D | util.c | 838 int sqlite3GetInt32(const char *zNum, int *pValue){ in sqlite3GetInt32() function 899 sqlite3GetInt32(z, &x); in sqlite3Atoi()
|
| H A D | pragma.c | 812 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 D | expr.c | 851 || sqlite3GetInt32(pToken->z, &iValue)==0 ){ in sqlite3ExprAlloc() 2455 || sqlite3GetInt32(p->u.zToken, &rc)==0 ); in sqlite3ExprIsInteger()
|
| H A D | sqliteInt.h | 4941 int sqlite3GetInt32(const char *, int*);
|
| H A D | parse.y | 1126 if( A ) sqlite3GetInt32(&t.z[1], &A->iTable);
|
| H A D | build.c | 1700 sqlite3GetInt32(zChar, &v); in sqlite3AffinityType()
|