Searched refs:ParseCleanup (Results 1 – 2 of 2) sorted by relevance
580 ParseCleanup *pCleanup = pParse->pCleanup; in sqlite3ParseObjectReset()631 ParseCleanup *pCleanup = sqlite3DbMallocRaw(pParse->db, sizeof(*pCleanup)); in sqlite3ParserAddCleanup()
1202 typedef struct ParseCleanup ParseCleanup; typedef3606 struct ParseCleanup { struct3607 ParseCleanup *pNext; /* Next cleanup task */ argument3675 ParseCleanup *pCleanup; /* List of cleanup operations to run after parse */