Home
last modified time | relevance | path

Searched refs:WhereMemBlock (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h35 typedef struct WhereMemBlock WhereMemBlock; typedef
42 struct WhereMemBlock { struct
43 WhereMemBlock *pNext; /* Next block in the chain */ argument
489 WhereMemBlock *pMemToFree;/* Memory to free when this object destroyed */
H A Dwhere.c259 WhereMemBlock *pBlock; in sqlite3WhereMalloc()
272 WhereMemBlock *pOldBlk = (WhereMemBlock*)pOld; in sqlite3WhereRealloc()
2291 WhereMemBlock *pNext = pWInfo->pMemToFree->pNext; in whereInfoFree()