Searched refs:sqlite3_create_window_function (Results 1 – 5 of 5) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3ext.h | 654 #define sqlite3_create_window_function sqlite3_api->create_window_function macro
|
D | sqlite3.h | 5364 SQLITE_API int sqlite3_create_window_function(
|
/third_party/sqlite/src/ |
D | shell.c | 2974 rc = sqlite3_create_window_function(db, "decimal_sum", 1, in sqlite3_decimal_init()
|
D | sqlite3.c | 5673 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/ |
D | 0003-ohos-1115.patch | 84370 -#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 …]
|