Searched refs:sqlite3_vtab_nochange (Results 1 – 6 of 6) sorted by relevance
436 sqlite3_vtab_nochange,
629 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange macro
876 int sqlite3_vtab_nochange(sqlite3_context *p){ in sqlite3_vtab_nochange() function
5561 ** because it queried [sqlite3_vtab_nochange()] and found that the column9565 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]9573 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that9580 ** The sqlite3_vtab_nochange() routine is an optimization. Virtual table9582 ** sqlite3_vtab_nochange() interface were to always return false. In the9583 ** current implementation, the sqlite3_vtab_nochange() interface does always9586 int sqlite3_vtab_nochange(sqlite3_context*);
1055 if( sqlite3_vtab_nochange(ctx)==0 ){ in zipfileColumn()1061 if( sqlite3_vtab_nochange(ctx) ) break; in zipfileColumn()
1534 if( i==0 && sqlite3_vtab_nochange(ctx) ) return SQLITE_OK; in geopolyColumn()