Searched refs:xNew (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 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; [all …]
|