Home
last modified time | relevance | path

Searched defs:ParseCleanup (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15323 typedef struct ParseCleanup ParseCleanup; typedef
19695 struct ParseCleanup { struct
19696 ParseCleanup *pNext; /* Next cleanup task */ argument
19697 void *pPtr; /* Pointer to object to deallocate */
19698 void (*xCleanup)(sqlite3*,void*); /* Deallocation routine */