Lines Matching refs:HKEY_CURRENT_USER

285     delete_tree(HKEY_CURRENT_USER, KEY_BASE);  in test_basic_import()
286 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_basic_import()
291 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_basic_import()
708 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_basic_import()
720 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_basic_import_unicode()
721 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_basic_import_unicode()
726 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_basic_import_unicode()
1147 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_basic_import_unicode()
1209 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_invalid_import()
1210 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_invalid_import()
1215 open_key(HKEY_CURRENT_USER, KEY_BASE, KEY_SET_VALUE, &hkey); in test_invalid_import()
1706 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_invalid_import()
1714 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_invalid_import_unicode()
1715 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_invalid_import_unicode()
1720 open_key(HKEY_CURRENT_USER, KEY_BASE, KEY_SET_VALUE, &hkey); in test_invalid_import_unicode()
2217 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_invalid_import_unicode()
2275 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_comments()
2276 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_comments()
2284 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_comments()
2505 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_comments()
2513 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_comments_unicode()
2514 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_comments_unicode()
2522 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_comments_unicode()
2745 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_comments_unicode()
2753 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_import_with_whitespace()
2754 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_import_with_whitespace()
2759 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_import_with_whitespace()
2891 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_import_with_whitespace()
2899 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_import_with_whitespace_unicode()
2900 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_import_with_whitespace_unicode()
2905 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_import_with_whitespace_unicode()
3037 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_import_with_whitespace_unicode()
3044 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_key_creation_and_deletion()
3045 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_key_creation_and_deletion()
3050 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_key_creation_and_deletion()
3175 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_key_creation_and_deletion()
3182 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_key_creation_and_deletion_unicode()
3183 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_key_creation_and_deletion_unicode()
3188 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_key_creation_and_deletion_unicode()
3313 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_key_creation_and_deletion_unicode()
3322 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_value_deletion()
3323 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_value_deletion()
3328 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_value_deletion()
3364 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_value_deletion()
3374 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_value_deletion_unicode()
3375 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_value_deletion_unicode()
3380 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_value_deletion_unicode()
3417 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_value_deletion_unicode()
3574 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_export()
3575 verify_key_nonexist(HKEY_CURRENT_USER, KEY_BASE); in test_export()
3578 add_key(HKEY_CURRENT_USER, KEY_BASE, &hkey); in test_export()
3626 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_export()
3629 add_key(HKEY_CURRENT_USER, KEY_BASE, &hkey); in test_export()
3649 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_export()
3652 add_key(HKEY_CURRENT_USER, KEY_BASE, &hkey); in test_export()
3665 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_export()
3673 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_export()
3681 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_export()
3689 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_export()
3699 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_export()
3712 open_key(HKEY_CURRENT_USER, KEY_BASE, 0, &hkey); in test_export()
3727 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_export()
3730 add_key(HKEY_CURRENT_USER, KEY_BASE, &hkey); in test_export()
3739 delete_tree(HKEY_CURRENT_USER, KEY_BASE); in test_export()
3742 add_key(HKEY_CURRENT_USER, KEY_BASE, &hkey); in test_export()
3753 delete_key(HKEY_CURRENT_USER, KEY_BASE); in test_export()