Searched refs:sqlite3_vtab_rhs_value (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | vtabrhs1.test | 12 # 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 D | vt02.c | 611 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 D | qpvtab.c | 352 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 D | loadext.c | 491 sqlite3_vtab_rhs_value,
|
| H A D | test_bestindex.c | 578 rc = sqlite3_vtab_rhs_value(pIdxInfo, iCons, &pVal); in testBestIndexObj()
|
| H A D | sqlite3ext.h | 675 #define sqlite3_vtab_rhs_value sqlite3_api->vtab_rhs_value macro
|
| H A D | sqlite.h.in | 4393 ** ^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 D | where.c | 3904 int sqlite3_vtab_rhs_value( in sqlite3_vtab_rhs_value() function
|