| /sqlite-3.40.0/ext/session/ |
| H A D | changeset.c | 83 static void renderValue(sqlite3_value *pVal){ in renderValue() 165 sqlite3_value *pVal; in conflictCallback() local 272 sqlite3_value *pVal; in main() local 355 sqlite3_value *pVal; in main() local 372 sqlite3_value *pVal = 0; in main() local 383 sqlite3_value *pVal; in main() local 397 sqlite3_value *pVal; in main() local
|
| H A D | test_session.c | 583 sqlite3_value *pVal; in test_conflict_handler() local 595 sqlite3_value *pVal; in test_conflict_handler() local 609 sqlite3_value *pVal; in test_conflict_handler() local 623 sqlite3_value *pVal; in test_conflict_handler() local 627 sqlite3_value *pVal; in test_conflict_handler() local 634 sqlite3_value *pVal; in test_conflict_handler() local 638 sqlite3_value *pVal; in test_conflict_handler() local 645 sqlite3_value *pVal; in test_conflict_handler() local 649 sqlite3_value *pVal; in test_conflict_handler() local 708 sqlite3_value *pVal; in replace_handler() local [all …]
|
| H A D | sqlite3session.c | 531 sqlite3_value *pVal; in sessionPreupdateHash() local 861 sqlite3_value *pVal; /* Value returned by preupdate_new/old */ in sessionPreupdateEqual() local 1167 sqlite3_value *pVal = 0; in sessionStat1Old() local 1177 sqlite3_value *pVal = 0; in sessionStat1New() local 2040 static void sessionAppendValue(SessionBuffer *p, sqlite3_value *pVal, int *pRc){ in sessionAppendValue() 2966 sqlite3_value *pVal, /* Set the value of this object */ in sessionValueSetStr() 3647 sqlite3_value *pVal = apVal[iCol + (abPK[iCol] ? 0 : nCol)]; in sessionChangesetInvert() local 3655 sqlite3_value *pVal = (abPK[iCol] ? 0 : apVal[iCol]); in sessionChangesetInvert() local 4096 sqlite3_value *pVal /* Value to bind */ in sessionBindValue() 4144 sqlite3_value *pVal = 0; in sessionBindRow() local [all …]
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb2.cc | 12 char *pVal; member 60 int test_kc_write(TestDb *pDb, void *pKey, int nKey, void *pVal, int nVal){ in test_kc_write() 93 const char *pVal; size_t nVal; in test_kc_delete_range() local 153 void (*xCallback)(void *pCtx, void *pKey, int nKey, void *pVal, int nVal) in test_kc_scan() 175 const char *pVal; size_t nVal; in test_kc_scan() local 259 int test_mdb_write(TestDb *pDb, void *pKey, int nKey, void *pVal, int nVal){ in test_mdb_write() 344 void (*xCallback)(void *pCtx, void *pKey, int nKey, void *pVal, int nVal) in test_mdb_scan()
|
| H A D | lsmtest_tdb.c | 47 char *pVal; member 67 void *pVal, in test_leveldb_write() 242 void *pVal, in kc_write() 328 void *pVal, in mdb_write() 446 void *pVal, in sql_write() 534 void *pVal; int nVal; in sql_scan() local 795 int tdb_write(TestDb *pDb, void *pKey, int nKey, void *pVal, int nVal){ in tdb_write() 819 void (*xCallback)(void *pCtx, void *pKey, int nKey, void *pVal, int nVal) in tdb_scan()
|
| H A D | lsmtest6.c | 87 void *pVal, int nVal, in testOomFetch() 126 void *pVal, int nVal, in testOomWrite() 161 void *pVal; int nVal; in testOomFetchData() local 186 void *pVal; int nVal; in testOomWriteData() local 434 void *pVal; int nVal; in setup_populate_db2() local
|
| H A D | lsmtest2.c | 25 void *pVal, int nVal in scanCksumDb() 47 void *pVal, int nVal in scanCountDb() 395 void *pVal; int nVal; in crash_test2() local
|
| H A D | lsmtest1.c | 110 void *pVal; int nVal; /* Expected result of query */ in testDatasourceFetch() local 174 void *pVal; int nVal; /* Database value to insert */ in testDbContents() local 209 void *pVal; int nVal; /* Expected result of query */ in testDbContents() local
|
| H A D | lsmtest_main.c | 33 void *pVal, int nVal, /* Expected value */ in testFetch() 54 void *pVal, int nVal, /* Value to write */ in testWrite() 195 void *pVal, int nVal in scanCompareCb() 734 void *pVal; int nVal; /* Result of query */ in do_speed_test2() local 1437 void *pVal; int nVal; /* Database value to insert */ in do_insert() local
|
| H A D | lsmtest3.c | 100 void *pVal; int nVal; in testWriteDatasource() local
|
| /sqlite-3.40.0/src/ |
| H A D | vdbeapi.c | 174 const void *sqlite3_value_blob(sqlite3_value *pVal){ in sqlite3_value_blob() 187 int sqlite3_value_bytes(sqlite3_value *pVal){ in sqlite3_value_bytes() 190 int sqlite3_value_bytes16(sqlite3_value *pVal){ in sqlite3_value_bytes16() 193 double sqlite3_value_double(sqlite3_value *pVal){ in sqlite3_value_double() 196 int sqlite3_value_int(sqlite3_value *pVal){ in sqlite3_value_int() 199 sqlite_int64 sqlite3_value_int64(sqlite3_value *pVal){ in sqlite3_value_int64() 223 const void *sqlite3_value_text16(sqlite3_value* pVal){ in sqlite3_value_text16() 237 int sqlite3_value_type(sqlite3_value* pVal){ in sqlite3_value_type() 321 int sqlite3_value_encoding(sqlite3_value *pVal){ in sqlite3_value_encoding() 326 int sqlite3_value_nochange(sqlite3_value *pVal){ in sqlite3_value_nochange() [all …]
|
| H A D | vdbemem.c | 1302 static SQLITE_NOINLINE const void *valueToText(sqlite3_value* pVal, u8 enc){ in valueToText() 1345 const void *sqlite3ValueText(sqlite3_value* pVal, u8 enc){ in sqlite3ValueText() 1468 sqlite3_value *pVal = 0; /* New value */ in valueFromFunction() local 1564 sqlite3_value *pVal = 0; in valueFromExpr() local 1746 sqlite3_value *pVal = 0; in stat4ValueFromExpr() local 1834 sqlite3_value *pVal = 0; in sqlite3Stat4ProbeSetValue() local 1962 static SQLITE_NOINLINE int valueBytes(sqlite3_value *pVal, u8 enc){ in valueBytes() 1965 int sqlite3ValueBytes(sqlite3_value *pVal, u8 enc){ in sqlite3ValueBytes()
|
| H A D | complete.c | 270 sqlite3_value *pVal; in sqlite3_complete16() local
|
| H A D | test_bestindex.c | 300 Tcl_Obj *pVal; in tclFilter() local 573 sqlite3_value *pVal = 0; in testBestIndexObj() local
|
| H A D | test5.c | 133 sqlite3_value *pVal; in test_translate() local
|
| H A D | whereexpr.c | 186 sqlite3_value *pVal = 0; in isLikeOrGlob() local 1564 Expr *pVal = sqlite3Expr(db, TK_INTEGER, 0); in whereAddLimitExpr() local 1570 Expr *pVal = sqlite3Expr(db, TK_REGISTER, 0); in whereAddLimitExpr() local
|
| H A D | test_window.c | 35 Tcl_Obj *pVal; member
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_vtab.c | 379 const u8 *pVal; in lsm1Next() local 643 const void *pVal; in lsm1Column() local 659 const void *pVal; in lsm1Column() local 665 const void *pVal; in lsm1Column() local 749 const u8 *pVal = 0; in lsm1Filter() local
|
| H A D | lsm_main.c | 661 const void *pVal, int nVal /* Value to write. Or nVal==-1 for a delete */ in doWriteOp() 722 const void *pVal, int nVal /* Value to write. Or nVal==-1 for a delete */ in lsm_insert()
|
| /sqlite-3.40.0/test/ |
| H A D | vt02.c | 374 sqlite3_value *pIn, *pVal; in vt02Filter() local 587 sqlite3_value *pVal; in sqlite3BestIndexLog() local 749 sqlite3_value *pVal; in vt02BestIndex() local
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | qpvtab.c | 292 sqlite3_value *pVal in qpvtabStrAppendValue() 347 sqlite3_value *pVal; in qpvtabBestIndex() local
|
| /sqlite-3.40.0/tool/ |
| H A D | showstat4.c | 21 static int decodeVarint(const unsigned char *z, i64 *pVal){ in decodeVarint()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_config.c | 824 sqlite3_value *pVal, in sqlite3Fts5ConfigSetValue() 939 sqlite3_value *pVal = sqlite3_column_value(p, 1); in sqlite3Fts5ConfigLoad() local
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | dbdata.c | 367 static int dbdataGetVarint(const u8 *z, sqlite3_int64 *pVal){ in dbdataGetVarint() 384 static int dbdataGetVarintU32(const u8 *z, sqlite3_int64 *pVal){ in dbdataGetVarintU32()
|
| H A D | sqlite3recover.c | 550 sqlite3_value *pVal in recoverBindValue() 1564 sqlite3_value *pVal = sqlite3_column_value(pPageData, 2); in recoverLostAndFoundOnePage() local 1764 sqlite3_value *pVal = sqlite3_column_value(pSel, 3); in recoverWriteDataStep() local 2051 static int recoverGetVarint(const u8 *a, i64 *pVal){ in recoverGetVarint()
|