Home
last modified time | relevance | path

Searched refs:vtab_distinct (Results 1 – 3 of 3) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h350 int (*vtab_distinct)(sqlite3_index_info*); member
682 #define sqlite3_vtab_distinct sqlite3_api->vtab_distinct
/third_party/chromium/patch/
D0003-ohos-1115.patch108596 + int (*vtab_distinct)(sqlite3_index_info*);
108616 +#define sqlite3_vtab_distinct sqlite3_api->vtab_distinct
147017 + int (*vtab_distinct)(sqlite3_index_info*);
147037 +#define sqlite3_vtab_distinct sqlite3_api->vtab_distinct
182865 + int (*vtab_distinct)(sqlite3_index_info*);
182885 +#define sqlite3_vtab_distinct sqlite3_api->vtab_distinct
194944 + set ::vtab_distinct [$hdl distinct]
194967 + do_test $tn.distinct [list set {} $::vtab_distinct] $distinct
/third_party/sqlite/src/
Dsqlite3.c132064 int (*vtab_distinct)(sqlite3_index_info*);
132392 #define sqlite3_vtab_distinct sqlite3_api->vtab_distinct