HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_vtab_nochange (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 225 sqlite3_vtab_nochange.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 646 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange macro
sqlite3.h 6095 ** because it queried [sqlite3_vtab_nochange()] and found that the column
10293 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
10301 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
10308 ** The sqlite3_vtab_nochange() routine is an optimization. Virtual table
10310 ** sqlite3_vtab_nochange() interface were to always return false. In the
10311 ** current implementation, the sqlite3_vtab_nochange() interface does always
10314 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
sqlite3.c 6416 ** because it queried [sqlite3_vtab_nochange()] and found that the column
10614 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
10622 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
10629 ** The sqlite3_vtab_nochange() routine is an optimization. Virtual table
10631 ** sqlite3_vtab_nochange() interface were to always return false. In the
10632 ** current implementation, the sqlite3_vtab_nochange() interface does always
10635 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
94536 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context *p){ function
142866 #define sqlite3_vtab_nochange macro
    [all...]

Completed in 94 milliseconds