Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest1.c1715 struct TestCollationX { struct
1720 typedef struct TestCollationX TestCollationX; argument
1722 TestCollationX *p = (TestCollationX *)pCtx; in testCreateCollationDel()
1740 TestCollationX *p = (TestCollationX *)pCtx; in testCreateCollationCmp()
1763 TestCollationX *p; in test_create_collation_v2()
1773 p = (TestCollationX *)sqlite3_malloc(sizeof(TestCollationX)); in test_create_collation_v2()