Home | History | Annotate | Download | only in dist

Lines Matching refs:xFindFunction

7158   int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
7427 ** using the [xFindFunction] method of the [virtual table module].
11304 ** the sqlite3_module.xFindFunction() method.
78505 ** for name resolution but are actually overloaded by the xFindFunction
117757 0, /* xFindFunction - function overloading */
128425 if( pMod->xFindFunction==0 ) return pDef;
128427 /* Call the xFindFunction method on the virtual table implementation
128435 rc = pMod->xFindFunction(pVtab, nArg, zLowerName, &xSFunc, &pArg);
152507 ** This routine implements the xFindFunction method for the FTS3
152665 /* xFindFunction */ fts3FindFunctionMethod,
155309 0, /* xFindFunction */
158885 0, /* xFindFunction */
170329 0, /* xFindFunction - function overloading */
186013 ** the sqlite3_module.xFindFunction() method.
203079 ** This routine implements the xFindFunction method for the FTS3
203371 /* xFindFunction */ fts5FindFunctionMethod,
207297 /* xFindFunction */ 0,