Home | History | Annotate | Download | only in dist

Lines Matching refs:xFindFunction

5072   int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
5272 ** using the [xFindFunction] method of the [virtual table module].
58992 ** for name resolution but are actually overloaded by the xFindFunction
95465 if( pMod->xFindFunction==0 ) return pDef;
95467 /* Call the xFindFunction method on the virtual table implementation
95475 rc = pMod->xFindFunction(pVtab, nArg, zLowerName, &xFunc, &pArg);
111684 ** This routine implements the xFindFunction method for the FTS3
111782 /* xFindFunction */ fts3FindFunctionMethod,
121978 0, /* xFindFunction - function overloading */