Searched refs:expected_status (Results 1 – 4 of 4) sorted by relevance
59 u_int expected_status, expected_match; in check() local80 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()
154 const int *expected_status; member1026 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() argument1131 ectx->expected_status = expected_status; in svn_ra_serf__create_expat_handler()
602 int *expected_status = apr_pcalloc(result_pool, in svn_ra_serf__setup_error_parsing() local603 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()
696 const int *expected_status,