Home
last modified time | relevance | path

Searched refs:SQLITE_EXTENSION_INIT2 (Results 1 – 4 of 4) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h668 # define SQLITE_EXTENSION_INIT2(v) sqlite3_api=v; macro
675 # define SQLITE_EXTENSION_INIT2(v) (void)v; /* unused parameter */ macro
/third_party/sqlite/src/
Dshell.c1064 #define SQLITE_EXTENSION_INIT2(X) (void)(X) macro
2127 SQLITE_EXTENSION_INIT2(pApi); in sqlite3_shathree_init()
3154 SQLITE_EXTENSION_INIT2(pApi); in sqlite3_fileio_init()
3678 SQLITE_EXTENSION_INIT2(pApi); in sqlite3_completion_init()
4343 SQLITE_EXTENSION_INIT2(pApi); in sqlite3_appendvfs_init()
4562 SQLITE_EXTENSION_INIT2(pApi); in sqlite3_uint_init()
5185 SQLITE_EXTENSION_INIT2(pApi); in sqlite3_decimal_init()
5490 SQLITE_EXTENSION_INIT2(pApi); in sqlite3_ieee_init()
5951 SQLITE_EXTENSION_INIT2(pApi); in sqlite3_series_init()
6724 SQLITE_EXTENSION_INIT2(pApi); in sqlite3_regexp_init()
[all …]
Dsqlite3.c128435 # define SQLITE_EXTENSION_INIT2(v) sqlite3_api=v;
128442 # define SQLITE_EXTENSION_INIT2(v) (void)v; /* unused parameter */
179411 SQLITE_EXTENSION_INIT2(pApi)
194612 SQLITE_EXTENSION_INIT2(pApi);
201018 SQLITE_EXTENSION_INIT2(pApi)
201575 SQLITE_EXTENSION_INIT2(pApi)
233320 SQLITE_EXTENSION_INIT2(pApi);
233333 SQLITE_EXTENSION_INIT2(pApi);
238142 SQLITE_EXTENSION_INIT2(pApi);
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch80037 + SQLITE_EXTENSION_INIT2(pApi);
81330 - SQLITE_EXTENSION_INIT2(pApi);
81352 + SQLITE_EXTENSION_INIT2(pApi);
82106 SQLITE_EXTENSION_INIT2(pApi);
82861 + SQLITE_EXTENSION_INIT2(pApi);
83871 SQLITE_EXTENSION_INIT2(pApi);
84126 - SQLITE_EXTENSION_INIT2(pApi);
85272 - SQLITE_EXTENSION_INIT2(pApi);
85877 SQLITE_EXTENSION_INIT2(pApi);
86672 SQLITE_EXTENSION_INIT2(pApi);
[all …]