Searched refs:create_function (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 82 int (*create_function)(sqlite3*,const char*,int,int,void*, member 442 #define sqlite3_create_function sqlite3_api->create_function
|
| H A D | sqlite3.c | 138453 int (*create_function)(sqlite3*,const char*,int,int,void*, 138813 #define sqlite3_create_function sqlite3_api->create_function
|