OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqlite3_create_function_v2
(Results
1 - 7
of
7
) sorted by null
/external/sqlite/dist/orig/
sqlite3ext.h
456
#define
sqlite3_create_function_v2
sqlite3_api->create_function_v2
macro
sqlite3.c
102311
#define
sqlite3_create_function_v2
macro
129625
SQLITE_API int SQLITE_STDCALL
sqlite3_create_function_v2
(
function
[
all
...]
sqlite3.h
[
all
...]
/external/sqlite/dist/
sqlite3ext.h
456
#define
sqlite3_create_function_v2
sqlite3_api->create_function_v2
macro
sqlite3.c
102329
#define
sqlite3_create_function_v2
macro
129643
SQLITE_API int SQLITE_STDCALL
sqlite3_create_function_v2
(
function
[
all
...]
sqlite3.h
[
all
...]
/frameworks/base/core/jni/
android_database_SQLiteConnection.cpp
259
int err =
sqlite3_create_function_v2
(connection->db, name, numArgs, SQLITE_UTF16,
[
all
...]
Completed in 276 milliseconds