Searched refs:create_function16 (Results 1 – 2 of 2) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3ext.h | 86 int (*create_function16)(sqlite3*,const void*,int,int,void*, member 423 #define sqlite3_create_function16 sqlite3_api->create_function16
|
/third_party/sqlite/src/ |
D | sqlite3.c | 127857 int (*create_function16)(sqlite3*,const void*,int,int,void*, 128190 #define sqlite3_create_function16 sqlite3_api->create_function16
|