Home | History | Annotate | Download | only in dist

Lines Matching refs:nArg

3776 ** ^The third parameter (nArg)
3823 ** nArg parameter is a better match than a function implementation with
3824 ** a negative nArg. ^A function where the preferred text encoding
3841 int nArg,
3851 int nArg,
3861 int nArg,
4972 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
5189 SQLITE_API int sqlite3_overload_function(sqlite3*, const char *zFuncName, int nArg);
6628 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke */