Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-unittest.c50 static UtTest *ut_list;
60 static UtTest *UtAllocTest(void) in UtAllocTest()
62 UtTest *ut = SCMalloc(sizeof(UtTest)); in UtAllocTest()
66 memset(ut, 0, sizeof(UtTest)); in UtAllocTest()
80 static int UtAppendTest(UtTest **list, UtTest *test) in UtAppendTest()
85 UtTest *tmp = *list; in UtAppendTest()
105 UtTest *ut = UtAllocTest(); in UtRegisterTest()
162 UtTest *ut; in UtListTests()
192 UtTest *ut; in UtRunTests()
272 UtTest *tmp = ut_list, *otmp; in UtCleanup()
H A Dutil-unittest.h45 } UtTest; typedef