Searched refs:sqlite3_vtab_nochange (Results 1 – 4 of 4) sorted by relevance
646 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange macro
10316 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
13273 if( sqlite3_vtab_nochange(ctx)==0 ){ in zipfileColumn()13279 if( sqlite3_vtab_nochange(ctx) ) break; in zipfileColumn()
10637 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);94696 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context *p){ function143100 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange macro143613 sqlite3_vtab_nochange,224343 if( i==0 && sqlite3_vtab_nochange(ctx) ) return SQLITE_OK;263466 if( !sqlite3_vtab_nochange(pCtx) && pConfig->eContent!=FTS5_CONTENT_NONE ){