Searched refs:create_function16 (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
D | sqlite3ext.h | 83 …int (*create_function16)(sqlite3*,const void*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sq… member 258 #define sqlite3_create_function16 sqlite3_api->create_function16
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 88 int (*create_function16)(sqlite3*,const void*,int,int,void*, member 301 #define sqlite3_create_function16 sqlite3_api->create_function16
|
D | sqlite3.c | 91074 int (*create_function16)(sqlite3*,const void*,int,int,void*, 91287 #define sqlite3_create_function16 sqlite3_api->create_function16
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 88 int (*create_function16)(sqlite3*,const void*,int,int,void*, member 301 #define sqlite3_create_function16 sqlite3_api->create_function16
|
D | sqlite3.c | 91061 int (*create_function16)(sqlite3*,const void*,int,int,void*, 91274 #define sqlite3_create_function16 sqlite3_api->create_function16
|