Searched refs:verify_key_nonexist_ (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/reg/ |
H A D | reg_test.h | 58 #define verify_key_nonexist(r,p,s) verify_key_nonexist_(__FILE__,__LINE__,r,p,s) 59 void verify_key_nonexist_(const char *file, unsigned line, HKEY root, const char *path, REGSAM sam);
|
H A D | add.c | 112 void verify_key_nonexist_(const char *file, unsigned line, HKEY root, const char *path, REGSAM sam) in verify_key_nonexist_() function
|
/reactos/modules/rostests/winetests/regedit/ |
H A D | regedit.c | 177 #define verify_key_nonexist(k,s) verify_key_nonexist_(__LINE__,k,s) 178 static void verify_key_nonexist_(unsigned line, HKEY key_base, const char *subkey) in verify_key_nonexist_() function
|