ReactOS 0.4.15-dev-7953-g1f49173
testlist.c File Reference
#include <wine/test.h>
Include dependency graph for testlist.c:

Go to the source code of this file.

Macros

#define STANDALONE
 

Functions

void func_cred (void)
 
void func_crypt (void)
 
void func_crypt_lmhash (void)
 
void func_crypt_md4 (void)
 
void func_crypt_md5 (void)
 
void func_crypt_sha (void)
 
void func_eventlog (void)
 
void func_lsa (void)
 
void func_registry (void)
 
void func_security (void)
 
void func_service (void)
 

Variables

const struct test winetest_testlist []
 

Macro Definition Documentation

◆ STANDALONE

#define STANDALONE

Definition at line 3 of file testlist.c.

Function Documentation

◆ func_cred()

void func_cred ( void  )

◆ func_crypt()

void func_crypt ( void  )

◆ func_crypt_lmhash()

void func_crypt_lmhash ( void  )

◆ func_crypt_md4()

void func_crypt_md4 ( void  )

◆ func_crypt_md5()

void func_crypt_md5 ( void  )

◆ func_crypt_sha()

void func_crypt_sha ( void  )

◆ func_eventlog()

void func_eventlog ( void  )

◆ func_lsa()

void func_lsa ( void  )

◆ func_registry()

void func_registry ( void  )

◆ func_security()

void func_security ( void  )

◆ func_service()

void func_service ( void  )

Variable Documentation

◆ winetest_testlist

const struct test winetest_testlist[]
Initial value:
=
{
{ "cred", func_cred },
{ "crypt", func_crypt },
{ "crypt_lmhash", func_crypt_lmhash },
{ "crypt_md4", func_crypt_md4 },
{ "crypt_md5", func_crypt_md5 },
{ "crypt_sha", func_crypt_sha },
{ "eventlog", func_eventlog },
{ "lsa", func_lsa },
{ "registry", func_registry },
{ "security", func_security },
{ "service", func_service },
{ 0, 0 }
}
void func_eventlog(void)
void func_service(void)
void func_crypt_md4(void)
void func_crypt_md5(void)
void func_security(void)
void func_lsa(void)
void func_cred(void)
void func_crypt_lmhash(void)
void func_crypt_sha(void)
void func_registry(void)
void func_crypt(void)

Definition at line 18 of file testlist.c.