Searched defs:ppVal (Results 1 – 11 of 11) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbemem.c | 1461 sqlite3_value **ppVal, /* Write the new value here */ in valueFromFunction() 1559 sqlite3_value **ppVal, /* Write the new value here */ in valueFromExpr() 1714 sqlite3_value **ppVal /* Write the new value here */ in sqlite3ValueFromExpr() 1743 sqlite3_value **ppVal /* OUT: New value object (or NULL) */ in stat4ValueFromExpr() 1862 sqlite3_value **ppVal /* OUT: New value object (or NULL) */ in sqlite3Stat4ValueFromExpr() 1880 sqlite3_value **ppVal /* OUT: Extracted value */ in sqlite3Stat4Column()
|
| H A D | where.c | 3907 sqlite3_value **ppVal /* Write value extracted here */ in sqlite3_vtab_rhs_value()
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb.c | 87 void **ppVal, in test_leveldb_fetch() 264 void **ppVal, in kc_fetch() 342 void **ppVal, in mdb_fetch() 479 void **ppVal, in sql_fetch() 809 int tdb_fetch(TestDb *pDb, void *pKey, int nKey, void **ppVal, int *pnVal){ in tdb_fetch()
|
| H A D | lsmtest_datasource.c | 21 void **ppVal, int *pnVal in testDatasourceEntry()
|
| H A D | lsmtest_tdb2.cc | 124 void **ppVal, in test_kc_fetch() 309 void **ppVal, in test_mdb_fetch()
|
| H A D | lsmtest_tdb4.c | 438 void **ppVal, int *pnVal in bt_fetch()
|
| H A D | lsmtest_tdb3.c | 611 void **ppVal, in test_lsm_fetch()
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 1165 static int sessionStat1Old(void *pCtx, int iCol, sqlite3_value **ppVal){ in sessionStat1Old() 1175 static int sessionStat1New(void *pCtx, int iCol, sqlite3_value **ppVal){ in sessionStat1New() 1527 static int sessionPreupdateOld(void *pCtx, int iVal, sqlite3_value **ppVal){ in sessionPreupdateOld() 1530 static int sessionPreupdateNew(void *pCtx, int iVal, sqlite3_value **ppVal){ in sessionPreupdateNew() 1563 static int sessionDiffOld(void *pCtx, int iVal, sqlite3_value **ppVal){ in sessionDiffOld() 1568 static int sessionDiffNew(void *pCtx, int iVal, sqlite3_value **ppVal){ in sessionDiffNew()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_main.c | 834 int lsm_csr_value(lsm_cursor *pCsr, const void **ppVal, int *pnVal){ in lsm_csr_value()
|
| H A D | lsm_sorted.c | 2534 void **ppVal, in multiCursorGetVal() 2652 void **ppVal, /* OUT: Blob containing LSM free-list */ in lsmSortedLoadFreelist() 3318 int lsmMCursorValue(MultiCursor *pCsr, void **ppVal, int *pnVal){ in lsmMCursorValue()
|
| H A D | lsm_tree.c | 2271 int lsmTreeCursorValue(TreeCursor *pCsr, void **ppVal, int *pnVal){ in lsmTreeCursorValue()
|