Searched refs:idxMalloc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 12091 static void *idxMalloc(int *pRc, int nByte){ in idxMalloc() function 12162 pEntry = idxMalloc(pRc, sizeof(IdxHashEntry) + nKey+1 + nVal+1); in idxHashAdd() 12218 pNew = (IdxConstraint*)idxMalloc(pRc, sizeof(IdxConstraint) * nColl + 1); in idxNewConstraint() 12347 p = idxMalloc(&rc, sizeof(ExpertVtab)); in expertConnect() 12380 pScan = idxMalloc(&rc, sizeof(IdxScan)); in expertBestIndex() 12457 pCsr = idxMalloc(&rc, sizeof(ExpertCsr)); in expertOpen() 12650 pNew = idxMalloc(&rc, nByte); in idxGetTableInfo() 13197 pWrite = idxMalloc(&rc, sizeof(IdxWrite)); in idxAuthCallback() 13571 aStat = (int*)idxMalloc(&rc, sizeof(int)*(nCol+1)); in idxPopulateOneStat1() 13672 pCtx = (struct IdxRemCtx*)idxMalloc(&rc, nByte); in idxPopulateStat1() [all …]
|