Searched refs:overload_function (Results 1 – 6 of 6) sorted by relevance
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 164 int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); member 379 #define sqlite3_overload_function sqlite3_api->overload_function
|
D | sqlite3.c | 91137 int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); 91352 #define sqlite3_overload_function sqlite3_api->overload_function
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | sqlite3ext.h | 151 int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); member 355 #define sqlite3_overload_function sqlite3_api->overload_function
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 164 int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); member 379 #define sqlite3_overload_function sqlite3_api->overload_function
|
D | sqlite3.c | 91173 int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); 91388 #define sqlite3_overload_function sqlite3_api->overload_function
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 86840 int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); 87044 #define sqlite3_overload_function sqlite3_api->overload_function
|