Home
last modified time | relevance | path

Searched defs:msg_chain (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/apitests/include/
H A Dmsgtrace.h57 #define COMPARE_CACHE(msg_chain) compare_cache(&default_cache, __FILE__, __LINE__, msg_chain) argument
62 #define COMPARE_CACHE_(cache, msg_chain) compare_cache(cache, __FILE__, __LINE__, msg_chain) argument
H A Dmsgtrace.c143 void compare_cache(MSG_CACHE* cache, const char* file, int line, MSG_ENTRY *msg_chain) in compare_cache()