Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A 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 */