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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile218 sqlite3_vtab_nochange.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h636 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange macro
H A Dsqlite3.h5713 ** because it queried [sqlite3_vtab_nochange()] and found that the column
9830 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
9838 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
9845 ** The sqlite3_vtab_nochange() routine is an optimization. Virtual table
9847 ** sqlite3_vtab_nochange() interface were to always return false. In the
9848 ** current implementation, the sqlite3_vtab_nochange() interface does always
9851 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
H A Dsqlite3.c6026 ** because it queried [sqlite3_vtab_nochange()] and found that the column
10143 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
10151 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
10158 ** The sqlite3_vtab_nochange() routine is an optimization. Virtual table
10160 ** sqlite3_vtab_nochange() interface were to always return false. In the
10161 ** current implementation, the sqlite3_vtab_nochange() interface does always
10164 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
90863 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context *p){ function
136108 #define sqlite3_vtab_nochange macro
[all...]

Completed in 496 milliseconds