Home
last modified time | relevance | path

Searched refs:TestSession (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/session/
H A Dtest_session.c21 typedef struct TestSession TestSession; typedef
22 struct TestSession { struct
168 TestSession *p = (TestSession*)pCtx; in test_table_filter()
231 TestSession *p = (TestSession*)clientData; in test_session_cmd()
391 TestSession *p = (TestSession*)clientData; in test_session_del()
409 TestSession *p; /* New wrapper object */ in test_sqlite3session()
423 p = (TestSession*)ckalloc(sizeof(TestSession)); in test_sqlite3session()
424 memset(p, 0, sizeof(TestSession)); in test_sqlite3session()