Home
last modified time | relevance | path

Searched refs:sqlite3WhereMalloc (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h515 void *sqlite3WhereMalloc(WhereInfo *pWInfo, u64 nByte);
H A Dwhereexpr.c67 pWC->a = sqlite3WhereMalloc(pWC->pWInfo, sizeof(pWC->a[0])*pWC->nSlot*2 ); in whereClauseInsert()
H A Dwhere.c258 void *sqlite3WhereMalloc(WhereInfo *pWInfo, u64 nByte){ in sqlite3WhereMalloc() function
270 void *pNew = sqlite3WhereMalloc(pWInfo, nByte); in sqlite3WhereRealloc()
6120 && (pLevel->pRJ = sqlite3WhereMalloc(pWInfo, sizeof(WhereRightJoin)))!=0 in sqlite3WhereBegin()