Home
last modified time | relevance | path

Searched refs:sqlite3_create_module_v2 (Results 1 - 3 of 3) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h442 #define sqlite3_create_module_v2 sqlite3_api->create_module_v2 macro
H A Dsqlite3.h7078 ** to [sqlite3_create_module()] or [sqlite3_create_module_v2()].
7338 ** ^The sqlite3_create_module_v2() interface has a fifth parameter which
7342 ** be invoked if the call to sqlite3_create_module_v2() fails.
7344 ** interface is equivalent to sqlite3_create_module_v2() with a NULL
7359 SQLITE_API int sqlite3_create_module_v2(
/third_party/sqlite/src/
H A Dsqlite3.c7387 ** to [sqlite3_create_module()] or [sqlite3_create_module_v2()].
7647 ** ^The sqlite3_create_module_v2() interface has a fifth parameter which
7651 ** be invoked if the call to sqlite3_create_module_v2() fails.
7653 ** interface is equivalent to sqlite3_create_module_v2() with a NULL
7668 SQLITE_API int sqlite3_create_module_v2(
132365 #define sqlite3_create_module_v2 global() macro
132705 # define sqlite3_create_module_v2 global() macro
150059 SQLITE_API int sqlite3_create_module_v2( global() function
[all...]

Completed in 163 milliseconds