Searched defs:rv (Results 1 - 25 of 41) sorted by relevance

12

/sssd-io/src/tests/cmocka/
H A Dtest_wbc_calls.c88 int rv; local
119 rv = cmocka_run_group_tests(tests, NULL, NULL);
121 return rv;
H A Dtest_ipa_dn.c183 int rv; local
230 rv = cmocka_run_group_tests(tests, NULL, NULL);
231 if (rv == 0 && !no_cleanup) {
234 return rv;
H A Dtest_ipa_subdomains_utils.c74 int rv; local
79 rv = sysdb_attrs_add_string(attrs, SYSDB_ORIG_DN, dn);
80 assert_int_equal(rv, EOK);
183 int rv; local
225 rv = cmocka_run_group_tests(tests, NULL, NULL);
226 return rv;
H A Dtest_sysdb_domain_resolution_order.c146 int rv; local
184 rv = cmocka_run_group_tests(tests, NULL, NULL);
186 if (rv == 0 && no_cleanup == 0) {
189 return rv;
H A Dtest_sysdb_utils.c143 int rv; local
175 rv = cmocka_run_group_tests(tests, NULL, NULL);
177 return rv;
H A Dtest_ad_subdomains.c278 int rv; local
326 rv = cmocka_run_group_tests(tests, NULL, NULL);
327 return rv;
H A Dtest_copy_ccache.c204 int rv; local
237 rv = cmocka_run_group_tests(tests, NULL, NULL);
239 return rv;
H A Dtest_copy_keytab.c270 int rv; local
307 rv = cmocka_run_group_tests(tests, NULL, NULL);
309 return rv;
H A Dtest_krb5_common.c251 int rv; local
291 rv = cmocka_run_group_tests(tests, NULL, NULL);
292 if (rv == 0 && !no_cleanup) {
296 return rv;
H A Dtest_sdap_certmap.c199 int rv; local
241 rv = cmocka_run_group_tests(tests, NULL, NULL);
243 return rv;
H A Dtest_sysdb_certmap.c214 int rv; local
255 rv = cmocka_run_group_tests(tests, NULL, NULL);
257 if (rv == 0 && no_cleanup == 0) {
260 return rv;
H A Dtest_certmap.c1506 int rv; local
1549 rv = cmocka_run_group_tests(tests, NULL, NULL);
1560 return rv;
H A Dtest_child_common.c505 int rv; local
558 rv = cmocka_run_group_tests(tests, NULL, NULL);
559 return rv;
H A Dtest_data_provider_be.c206 int rv; local
251 rv = cmocka_run_group_tests(tests, NULL, NULL);
252 if (rv == 0 && !no_cleanup) {
255 return rv;
H A Dtest_kcm_json_marshalling.c269 int rv; local
306 rv = cmocka_run_group_tests(tests, NULL, NULL);
308 return rv;
H A Dtest_kcm_queue.c322 int rv; local
362 rv = cmocka_run_group_tests(tests, NULL, NULL);
364 return rv;
H A Dtest_ldap_id_cleanup.c299 int rv; local
336 rv = cmocka_run_group_tests(tests, NULL, NULL);
338 if (rv == 0 && no_cleanup == 0) {
341 return rv;
H A Dtest_negcache.c959 int rv; local
993 rv = cmocka_run_group_tests(tests, NULL, NULL);
994 if (rv == 0) {
997 return rv;
H A Dtest_responder_common.c338 int rv; local
394 rv = cmocka_run_group_tests(tests, NULL, NULL);
395 if (rv == 0 && !no_cleanup) {
398 return rv;
H A Dtest_sysdb_subdomains.c543 int rv; local
599 rv = cmocka_run_group_tests(tests, NULL, NULL);
601 if (rv == 0 && no_cleanup == 0) {
604 return rv;
/sssd-io/src/tests/cmocka/data_provider/
H A Dtest_dp_builtin.c143 int rv; local
185 rv = cmocka_run_group_tests(tests, NULL, NULL);
186 if (rv == 0 && !no_cleanup) {
190 return rv;
H A Dtest_dp_request.c415 int rv; local
463 rv = cmocka_run_group_tests(tests, NULL, NULL);
464 if (rv == 0 && !no_cleanup) {
468 return rv;
/sssd-io/src/tests/cwrap/
H A Dtest_server.c168 int rv; local
204 rv = cmocka_run_group_tests(tests, NULL, NULL);
205 if (rv == 0) {
209 return rv;
/sssd-io/src/util/cert/nss/
H A Dcert.c242 SECStatus rv; local
268 rv = CERT_EnableOCSPChecking(handle);
269 if (rv != SECSuccess) {
277 rv = CERT_SetOCSPDefaultResponder(handle,
280 if (rv != SECSuccess) {
287 rv = CERT_EnableOCSPDefaultResponder(handle);
288 if (rv != SECSuccess) {
317 rv = CERT_DisableOCSPDefaultResponder(handle);
318 if (rv != SECSuccess) {
405 rv
[all...]
/sssd-io/src/lib/certmap/
H A Dsss_cert_content_nss.c106 SECStatus rv; local
113 rv = SEC_ASN1DecodeItem(pool, &oids,
116 if (rv != SECSuccess) {
167 SECStatus rv; local
182 rv = sss_CERT_AddAVA(arena, &rdn, avas[c]);
183 if (rv != SECSuccess) {
426 SECStatus rv; local
430 rv = SEC_ASN1DecodeItem(pool, &tmp_secitem,
433 if (rv != SECSuccess) {
474 SECStatus rv; local
661 SECStatus rv; local
[all...]

Completed in 43 milliseconds

12