Home
last modified time | relevance | path

Searched refs:sqlite3_vtab_nochange (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3ext.h605 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange macro
H A Dsqlite3.h9202 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
H A Dshell.c5428 if( sqlite3_vtab_nochange(ctx)==0 ){ in zipfileColumn()
5434 if( sqlite3_vtab_nochange(ctx) ) break; in zipfileColumn()
H A Dsqlite3.c10241 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
83610 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context *p){
123796 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange
124270 sqlite3_vtab_nochange,
193068 if( i==0 && sqlite3_vtab_nochange(ctx) ) return SQLITE_OK;