Lines Matching refs:xNew
233380 int (*xNew)(void*,int,sqlite3_value**); member
233933 rc = pSession->hook.xNew(pSession->hook.pCtx, iIdx, &pVal);
234282 rc = pSession->hook.xNew(pSession->hook.pCtx, iIdx, &pVal);
234944 int rc = p->hook.xNew(p->hook.pCtx, iCol, &pVal);
234973 pSession->hook.xNew(pSession->hook.pCtx, pTab->aiIdx[ii], &p);
234995 pSession->hook.xNew(pSession->hook.pCtx, iIdx, &p);
235111 pSession->hook.xNew = sessionStat1New;
235161 TESTONLY(int trc = ) pSession->hook.xNew(pSession->hook.pCtx,iIdx,&p);
235202 pSession->hook.xNew(pSession->hook.pCtx, iIdx, &p);
235347 pSession->hook.xNew = sessionPreupdateNew;
235391 pSession->hook.xNew = sessionDiffNew;