Lines Matching refs:local_err
51 Error *local_err = NULL; in test_authz_default_deny() local
55 &local_err); in test_authz_default_deny()
58 g_assert(local_err == NULL); in test_authz_default_deny()
69 Error *local_err = NULL; in test_authz_default_allow() local
73 &local_err); in test_authz_default_allow()
76 g_assert(local_err == NULL); in test_authz_default_allow()
91 Error *local_err = NULL; in test_authz_explicit_deny() local
95 &local_err); in test_authz_explicit_deny()
98 g_assert(local_err == NULL); in test_authz_explicit_deny()
114 Error *local_err = NULL; in test_authz_explicit_allow() local
118 &local_err); in test_authz_explicit_allow()
121 g_assert(local_err == NULL); in test_authz_explicit_allow()
148 Error *local_err = NULL; in test_authz_complex() local
152 &local_err); in test_authz_complex()
155 g_assert(local_err == NULL); in test_authz_complex()