Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3ext.h635 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange macro
Dsqlite3.h9638 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
/third_party/sqlite/src/
Dshell.c7898 if( sqlite3_vtab_nochange(ctx)==0 ){ in zipfileColumn()
7904 if( sqlite3_vtab_nochange(ctx) ) break; in zipfileColumn()
Dsqlite3.c9968 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
88564 SQLITE_API int sqlite3_vtab_nochange(sqlite3_context *p){
132345 #define sqlite3_vtab_nochange sqlite3_api->vtab_nochange
132850 sqlite3_vtab_nochange,
206671 if( i==0 && sqlite3_vtab_nochange(ctx) ) return SQLITE_OK;
/third_party/chromium/patch/
D0003-ohos-1115.patch84728 -#define sqlite3_vtab_nochange chrome_sqlite3_vtab_nochange // Line 9448
84790 +#define sqlite3_vtab_nochange chrome_sqlite3_vtab_nochange // Line 9535
96733 @@ -9755,19 +9842,276 @@ SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
104306 @@ -85262,6 +86867,70 @@ SQLITE_API int sqlite3_vtab_nochange(sqlite3_context *p){
122346 @@ -9449,19 +9536,276 @@ SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
123143 -#define sqlite3_vtab_nochange chrome_sqlite3_vtab_nochange // Line 9448
123205 +#define sqlite3_vtab_nochange chrome_sqlite3_vtab_nochange // Line 9535
135148 @@ -9755,19 +9842,276 @@ SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
142727 @@ -85275,6 +86880,70 @@ SQLITE_API int sqlite3_vtab_nochange(sqlite3_context *p){
161520 @@ -9449,19 +9536,276 @@ SQLITE_API int sqlite3_vtab_nochange(sqlite3_context*);
[all …]