Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_vtab_nochange

5882 ** because it queried [sqlite3_vtab_nochange()] and found that the column
9343 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
9350 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
9357 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
78472 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context *p){
86699 ** by sqlite3_vtab_nochange() routine can can be used
113830 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange
114269 sqlite3_vtab_nochange,
126909 sqlite3VdbeChangeP5(v, 1); /* Enable sqlite3_vtab_nochange() */