Home | History | Annotate | Download | only in orig

Lines Matching refs:sqlite3_vtab_nochange

4858 ** because it queried [sqlite3_vtab_nochange()] and found that the column
8319 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
8326 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
8333 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);