Home | History | Annotate | Download | only in orig

Lines Matching refs:xFindFunction

5522   int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
5727 ** using the [xFindFunction] method of the [virtual table module].
63293 ** for name resolution but are actually overloaded by the xFindFunction
102421 if( pMod->xFindFunction==0 ) return pDef;
102423 /* Call the xFindFunction method on the virtual table implementation
102431 rc = pMod->xFindFunction(pVtab, nArg, zLowerName, &xFunc, &pArg);
119958 ** This routine implements the xFindFunction method for the FTS3
120106 /* xFindFunction */ fts3FindFunctionMethod,
122272 0, /* xFindFunction */
132988 0, /* xFindFunction - function overloading */