Home
last modified time | relevance | path

Searched refs:overload_function (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h162 int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); member
519 #define sqlite3_overload_function sqlite3_api->overload_function
/third_party/sqlite/src/
Dsqlite3.c131876 int (*overload_function)(sqlite3*, const char *zFuncName, int nArg);
132229 #define sqlite3_overload_function sqlite3_api->overload_function