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

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h607 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange macro
H A Dsqlite3.h5400 ** because it queried [sqlite3_vtab_nochange()] and found that the column
9261 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
9269 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
9276 ** The sqlite3_vtab_nochange() routine is an optimization. Virtual table
9278 ** sqlite3_vtab_nochange() interface were to always return false. In the
9279 ** current implementation, the sqlite3_vtab_nochange() interface does always
9282 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
H A Dsqlite3.c6463 ** because it queried [sqlite3_vtab_nochange()] and found that the column
10324 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
10332 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
10339 ** The sqlite3_vtab_nochange() routine is an optimization. Virtual table
10341 ** sqlite3_vtab_nochange() interface were to always return false. In the
10342 ** current implementation, the sqlite3_vtab_nochange() interface does always
10345 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
84459 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context *p){ function
125997 #define sqlite3_vtab_nochange macro
[all...]

Completed in 478 milliseconds