Home | History | Annotate | Download | only in dist

Lines Matching refs:nArg

3377 ** ^The third parameter (nArg)
3424 ** nArg parameter is a better match than a function implementation with
3425 ** a negative nArg. ^A function where the preferred text encoding
3442 int nArg,
3452 int nArg,
3462 int nArg,
4525 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
4737 SQLITE_API int sqlite3_overload_function(sqlite3*, const char *zFuncName, int nArg);
6070 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke */