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
565 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2
/third_party/sqlite/src/
Dsqlite3.c131930 int (*create_function_v2)(sqlite3*,const char*,int,int,void*,
132275 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2