Home
last modified time | relevance | path

Searched refs:create_function_v2 (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h216 int (*create_function_v2)(sqlite3*,const char*,int,int,void*, member
548 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2
/third_party/sqlite/src/
Dsqlite3.c127987 int (*create_function_v2)(sqlite3*,const char*,int,int,void*,
128315 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2