Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h635 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange macro
H A Dsqlite3.h5575 ** because it queried [sqlite3_vtab_nochange()] and found that the column
9617 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
9625 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
9632 ** The sqlite3_vtab_nochange() routine is an optimization. Virtual table
9634 ** sqlite3_vtab_nochange() interface were to always return false. In the
9635 ** current implementation, the sqlite3_vtab_nochange() interface does always
9638 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
/third_party/sqlite/src/
H A Dsqlite3.c5884 ** because it queried [sqlite3_vtab_nochange()] and found that the column
9947 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
9955 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
9962 ** The sqlite3_vtab_nochange() routine is an optimization. Virtual table
9964 ** sqlite3_vtab_nochange() interface were to always return false. In the
9965 ** current implementation, the sqlite3_vtab_nochange() interface does always
9968 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
88777 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context *p){ global() function
132558 #define sqlite3_vtab_nochange global() macro
[all...]

Completed in 139 milliseconds