Searched defs:pCleanup (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c19771 ParseCleanup *pCleanup; /* List of cleanup operations to run after parse */ member in struct:Parse
141289 ParseCleanup *pCleanup = pParse->pCleanup; local
141338 ParseCleanup *pCleanup = sqlite3DbMallocRaw(pParse->db, sizeof(*pCleanup)); local
[all...]

Completed in 985 milliseconds