Searched refs:sqlite3_vtab_nochange (Results 1 – 4 of 4) sorted by relevance
636 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange macro
9876 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
10434 if( sqlite3_vtab_nochange(ctx)==0 ){ in zipfileColumn()10440 if( sqlite3_vtab_nochange(ctx) ) break; in zipfileColumn()
10189 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);91367 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context *p){137069 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange137572 sqlite3_vtab_nochange,216158 if( i==0 && sqlite3_vtab_nochange(ctx) ) return SQLITE_OK;252232 }else if( pConfig->bContentlessDelete && sqlite3_vtab_nochange(pCtx) ){