Searched refs:xFindFunction (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.h | 4793 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member
|
| H A D | sqlite3.c | 5346 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member 100234 if( pMod->xFindFunction==0 ) return pDef; 100244 rc = pMod->xFindFunction(pVtab, nArg, zLowerName, &xFunc, &pArg);
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 6732 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member
|
| H A D | sqlite3.c | 7771 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member 139914 if( pMod->xFindFunction==0 ) return pDef; 139932 rc = pMod->xFindFunction(pVtab, nArg, pDef->zName, &xSFunc, &pArg); 143621 if( pMod->xFindFunction!=0 ){ 143622 i = pMod->xFindFunction(pVtab,2, pExpr->u.zToken, &xNotUsed, &pNotUsed);
|