Home
last modified time | relevance | path

Searched defs:iValue (Results 1 – 16 of 16) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dwholenumber.c37 sqlite3_int64 iValue; /* Current value */ member
H A Dseries.c88 sqlite3_int64 iValue; /* Current value ("value") */ member
/sqlite-3.40.0/src/
H A Dmem5.c443 static int memsys5Log(int iValue){ in memsys5Log()
H A Dtest_mutex.c350 int iValue; in test_config() member
H A Dtest_malloc.c1293 int rc, iValue, mxValue; in test_status() local
1350 int rc, iValue, mxValue; in test_db_status() local
H A Dvdbeapi.c1548 int sqlite3_bind_int(sqlite3_stmt *p, int i, int iValue){ in sqlite3_bind_int()
1551 int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){ in sqlite3_bind_int64()
H A Dtest6.c729 int iValue; in processDevSymArgs() member
H A Dtest_multiplex.c1305 int iValue = 0; in test_multiplex_control() local
H A Dpragma.c49 static const u8 iValue[] = {1, 0, 0, 0, 1, 1, 3, 2}; in getSafetyLevel() local
H A Dtest_vfs.c1307 int iValue; in testvfs_obj_cmd() member
H A Dvdbe.c317 i64 iValue; in alsoAnInt() local
H A Dexpr.c846 int iValue = 0; in sqlite3ExprAlloc() local
H A Dtest1.c2151 int iValue; in test_stmt_status() local
H A DsqliteInt.h2839 int iValue; /* Non-negative integer value if EP_IntValue */ member
/sqlite-3.40.0/tool/
H A Dfuzzershell.c381 sqlite3_int64 iValue; /* Current value ("value") */ member
H A Dlemon.c1618 static void stats_line(const char *zLabel, int iValue){ in stats_line()