Home
last modified time | relevance | path

Searched refs:sqlite3_vtab_rhs_value (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/test/
H A Dvtabrhs1.test12 # This file implements tests for sqlite3_vtab_rhs_value() interface.
25 # EVIDENCE-OF: R-60223-49197 When the sqlite3_vtab_rhs_value(P,J,V)
70 # object returned by sqlite3_vtab_rhs_value() is automatically
H A Dvt02.c611 rc = sqlite3_vtab_rhs_value(pInfo, i, &pVal); in sqlite3BestIndexLog()
754 if( sqlite3_vtab_rhs_value(pInfo, i, &pVal)==SQLITE_OK in vt02BestIndex()
762 if( sqlite3_vtab_rhs_value(pInfo, i, &pVal)==SQLITE_OK in vt02BestIndex()
/sqlite-3.40.0/ext/misc/
H A Dqpvtab.c352 rc = sqlite3_vtab_rhs_value(pIdxInfo, i, &pVal); in qpvtabBestIndex()
370 rc = sqlite3_vtab_rhs_value(pIdxInfo, i, &pVal); in qpvtabBestIndex()
/sqlite-3.40.0/src/
H A Dloadext.c491 sqlite3_vtab_rhs_value,
H A Dtest_bestindex.c578 rc = sqlite3_vtab_rhs_value(pIdxInfo, iCons, &pVal); in testBestIndexObj()
H A Dsqlite3ext.h675 #define sqlite3_vtab_rhs_value sqlite3_api->vtab_rhs_value macro
H A Dsqlite.h.in4393 ** ^The sqlite3_value objects returned by [sqlite3_vtab_rhs_value()]
7235 ** the [sqlite3_vtab_rhs_value()] interface. Usually the right-hand
7239 ** sqlite3_vtab_rhs_value() probably will not be able to extract it.
7242 ** and hence calls to sqlite3_vtab_rhs_value() for those operators will
9826 ** ^When the sqlite3_vtab_rhs_value(P,J,V) interface is invoked from within
9833 ** ^The sqlite3_vtab_rhs_value(P,J,V) interface returns SQLITE_OK if
9834 ** and only if *V is set to a value. ^The sqlite3_vtab_rhs_value(P,J,V)
9836 ** constraint is not available. ^The sqlite3_vtab_rhs_value() interface
9840 ** The sqlite3_vtab_rhs_value() interface is usually only successful if
9848 ** constraints, sqlite3_vtab_rhs_value() always returns SQLITE_NOTFOUND.)^
[all …]
H A Dwhere.c3904 int sqlite3_vtab_rhs_value( in sqlite3_vtab_rhs_value() function