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 440 #define sqlite3_create_function16 sqlite3_api->create_function16
|
| /third_party/sqlite/src/ |
| D | sqlite3.c | 131800 int (*create_function16)(sqlite3*,const void*,int,int,void*, 132150 #define sqlite3_create_function16 sqlite3_api->create_function16
|