Searched refs:xInverse (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.h | 5514 void (*xInverse)(sqlite3_context*,int,sqlite3_value**),
|
| H A D | sqlite3.c | 5827 void (*xInverse)(sqlite3_context*,int,sqlite3_value**), 18144 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,xValue,xInverse,#zName, {0}} 100845 (pCtx->pFunc->xInverse)(pCtx,pCtx->argc,pCtx->argv); 107946 || (pDef->xValue==0 && pDef->xInverse==0) 181663 void (*xInverse)(sqlite3_context*,int,sqlite3_value **), 181709 pUserData, xSFunc, xStep, xFinal, xValue, xInverse, pDestructor); 181774 p->xInverse = xInverse; 181797 void (*xInverse)(sqlite3_context*,int,sqlite3_value**), 181821 xSFunc, xStep, xFinal, xValue, xInverse, pArg 181874 void (*xInverse)(sqlite3_context*,int,sqlite3_value **), [all …]
|