Searched refs:xFindFunction (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 1386 void **ppArg) xFindFunction;
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 7312 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member
|
| H A D | sqlite3.c | 7625 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member 155310 if( pMod->xFindFunction==0 ) return pDef; 155328 rc = pMod->xFindFunction(pVtab, nArg, pDef->zName, &xSFunc, &pArg); 159369 if( pMod->xFindFunction!=0 ){ 159370 i = pMod->xFindFunction(pVtab,2, pExpr->u.zToken, &xNotUsed, &pNotUsed);
|