Searched refs:create_function16 (Results 1 – 4 of 4) sorted by relevance
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 86 int (*create_function16)(sqlite3*,const void*,int,int,void*, member 370 #define sqlite3_create_function16 sqlite3_api->create_function16
|
D | sqlite3.c | 113351 int (*create_function16)(sqlite3*,const void*,int,int,void*, 113635 #define sqlite3_create_function16 sqlite3_api->create_function16
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 86 int (*create_function16)(sqlite3*,const void*,int,int,void*, member 370 #define sqlite3_create_function16 sqlite3_api->create_function16
|
D | sqlite3.c | 113351 int (*create_function16)(sqlite3*,const void*,int,int,void*, 113635 #define sqlite3_create_function16 sqlite3_api->create_function16
|