Searched refs:xFindFunction (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 6963 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member
|
| H A D | sqlite3.c | 7269 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member 145622 if( pMod->xFindFunction==0 ) return pDef; 145640 rc = pMod->xFindFunction(pVtab, nArg, pDef->zName, &xSFunc, &pArg); 149401 if( pMod->xFindFunction!=0 ){ 149402 i = pMod->xFindFunction(pVtab,2, pExpr->u.zToken, &xNotUsed, &pNotUsed);
|