Searched refs:sqlite3WhereMalloc (Results 1 – 3 of 3) sorted by relevance
515 void *sqlite3WhereMalloc(WhereInfo *pWInfo, u64 nByte);
67 pWC->a = sqlite3WhereMalloc(pWC->pWInfo, sizeof(pWC->a[0])*pWC->nSlot*2 ); in whereClauseInsert()
258 void *sqlite3WhereMalloc(WhereInfo *pWInfo, u64 nByte){ in sqlite3WhereMalloc() function270 void *pNew = sqlite3WhereMalloc(pWInfo, nByte); in sqlite3WhereRealloc()6120 && (pLevel->pRJ = sqlite3WhereMalloc(pWInfo, sizeof(WhereRightJoin)))!=0 in sqlite3WhereBegin()