Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3ext.h654 #define sqlite3_create_window_function sqlite3_api->create_window_function macro
Dsqlite3.h5364 SQLITE_API int sqlite3_create_window_function(
/third_party/sqlite/src/
Dshell.c2974 rc = sqlite3_create_window_function(db, "decimal_sum", 1, in sqlite3_decimal_init()
Dsqlite3.c5673 SQLITE_API int sqlite3_create_window_function(
132364 #define sqlite3_create_window_function sqlite3_api->create_window_function
132869 sqlite3_create_window_function,
175242 SQLITE_API int sqlite3_create_window_function(
/third_party/chromium/patch/
D0003-ohos-1115.patch84370 -#define sqlite3_create_window_function chrome_sqlite3_create_window_function // Lines 5297-5308
84378 +#define sqlite3_create_window_function chrome_sqlite3_create_window_function // Lines 5316-5327
86765 + rc = sqlite3_create_window_function(db, "decimal_sum", 1,
90688 - rc = sqlite3_create_window_function(db, "decimal_sum", 1,
121706 - rc = sqlite3_create_window_function(db, aAgg[i].zName, aAgg[i].nArg,
122785 -#define sqlite3_create_window_function chrome_sqlite3_create_window_function // Lines 5297-5308
122793 +#define sqlite3_create_window_function chrome_sqlite3_create_window_function // Lines 5316-5327
125180 + rc = sqlite3_create_window_function(db, "decimal_sum", 1,
129103 - rc = sqlite3_create_window_function(db, "decimal_sum", 1,
160880 - rc = sqlite3_create_window_function(db, aAgg[i].zName, aAgg[i].nArg,
[all …]