Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c15222 typedef struct DbClientData DbClientData; typedef
20259 struct DbClientData { struct
20260 DbClientData *pNext; /* Next in a linked list */ argument
20261 void *pData; /* The data */
20262 void (*xDestructor)(void*); /* Destructor. Might be NULL */
20263 char zName[1]; /* Name of this client data. MUST BE LAST */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15347 typedef struct DbClientData DbClientData; typedef
20409 struct DbClientData { struct
20410 DbClientData *pNext; /* Next in a linked list */ argument
20411 void *pData; /* The data */
20412 void (*xDestructor)(void*); /* Destructor. Might be NULL */
20413 char zName[1]; /* Name of this client data. MUST BE LAST */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c15390 typedef struct DbClientData DbClientData; typedef
20450 struct DbClientData { struct
20451 DbClientData *pNext; /* Next in a linked list */ argument
20452 void *pData; /* The data */
20453 void (*xDestructor)(void*); /* Destructor. Might be NULL */
20454 char zName[1]; /* Name of this client data. MUST BE LAST */
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c15222 typedef struct DbClientData DbClientData; typedef
20259 struct DbClientData { struct
20260 DbClientData *pNext; /* Next in a linked list */ argument
20261 void *pData; /* The data */
20262 void (*xDestructor)(void*); /* Destructor. Might be NULL */
20263 char zName[1]; /* Name of this client data. MUST BE LAST */