Home | History | Annotate | Download | only in dist

Lines Matching defs:pUser

7862   void *pUser;                    /* Callback implementation user data */
7863 void (*xDelUser)(void *); /* Called by SQLite to clean up pUser */
7894 void *pUser; /* callback can use this, if desired */
7895 void (*xDelUser)(void*); /* function to free pUser */