Home
last modified time | relevance | path

Searched refs:expected_status (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssh/regress/unittests/hostkeys/
Dtest_iterate.c59 u_int expected_status, expected_match; in check() local
80 expected_status = (parse_key || expected->no_parse_status < 0) ? in check()
86 if (expected_status == HKF_STATUS_OK) \ in check()
87 expected_status = HKF_STATUS_MATCHED; \ in check()
96 expected_status = HKF_STATUS_INVALID; in check()
104 expected_status = HKF_STATUS_INVALID; in check()
117 ASSERT_U_INT_EQ(l->status, expected_status); in check()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dxml.c154 const int *expected_status; member
1026 if (ectx->expected_status) in expat_response_handler()
1028 const int *status = ectx->expected_status; in expat_response_handler()
1122 const int *expected_status, in svn_ra_serf__create_expat_handler() argument
1131 ectx->expected_status = expected_status; in svn_ra_serf__create_expat_handler()
Dmultistatus.c602 int *expected_status = apr_pcalloc(result_pool, in svn_ra_serf__setup_error_parsing() local
603 2 * sizeof(expected_status[0])); in svn_ra_serf__setup_error_parsing()
605 expected_status[0] = handler->sline.code; in svn_ra_serf__setup_error_parsing()
622 expected_status, in svn_ra_serf__setup_error_parsing()
Dra_serf.h696 const int *expected_status,