Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c15244 typedef struct ParseCleanup ParseCleanup; typedef
19621 struct ParseCleanup { struct
19622 ParseCleanup *pNext; /* Next cleanup task */ argument
19623 void *pPtr; /* Pointer to object to deallocate */
19624 void (*xCleanup)(sqlite3*,void*); /* Deallocation routine */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15369 typedef struct ParseCleanup ParseCleanup; typedef
19764 struct ParseCleanup { struct
19765 ParseCleanup *pNext; /* Next cleanup task */ argument
19766 void *pPtr; /* Pointer to object to deallocate */
19767 void (*xCleanup)(sqlite3*,void*); /* Deallocation routine */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c15412 typedef struct ParseCleanup ParseCleanup; typedef
19806 struct ParseCleanup { struct
19807 ParseCleanup *pNext; /* Next cleanup task */ argument
19808 void *pPtr; /* Pointer to object to deallocate */
19809 void (*xCleanup)(sqlite3*,void*); /* Deallocation routine */
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c15244 typedef struct ParseCleanup ParseCleanup; typedef
19621 struct ParseCleanup { struct
19622 ParseCleanup *pNext; /* Next cleanup task */ argument
19623 void *pPtr; /* Pointer to object to deallocate */
19624 void (*xCleanup)(sqlite3*,void*); /* Deallocation routine */