Lines Matching refs:torture_assert_ntstatus_ok

42 	torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(mem_ctx, binding, &b),  in test_BindingString()
54 torture_assert_ntstatus_ok(tctx, dcerpc_binding_build_tower(mem_ctx, b, &tower), in test_BindingString()
59 torture_assert_ntstatus_ok(tctx, dcerpc_binding_from_tower(mem_ctx, &tower, &b2), in test_BindingString()
63 torture_assert_ntstatus_ok(tctx, dcerpc_binding_set_object(b2, object), in test_BindingString()
158 torture_assert_ntstatus_ok(tctx, in test_parse_check_results()
162 torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, "ncacn_np:$SERVER", &b), "parse"); in test_parse_check_results()
165 torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, "ncacn_ip_tcp:$SERVER", &b), "parse"); in test_parse_check_results()
168torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, "ncacn_np:$SERVER[rpcecho]", &b), "par… in test_parse_check_results()
171torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, "ncacn_np:$SERVER[/pipe/rpcecho]", &b)… in test_parse_check_results()
172torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, "ncacn_np:$SERVER[/pipe/rpcecho,sign,s… in test_parse_check_results()
177torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, "ncacn_np:$SERVER[,sign]", &b), "parse… in test_parse_check_results()
178torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, "ncacn_ip_tcp:$SERVER[,sign]", &b), "p… in test_parse_check_results()
183 torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, "ncalrpc:", &b), "parse"); in test_parse_check_results()
186 torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, in test_parse_check_results()
193 torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, in test_parse_check_results()
195torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, "ncacn_ip_tcp:$SERVER[,sign,localaddre… in test_parse_check_results()
209 torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, in test_parse_check_results()
223 torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, in test_parse_check_results()
241 torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, in test_parse_check_results()
270 torture_assert_ntstatus_ok(tctx, dcerpc_parse_binding(tctx, binding, &b), in test_no_transport()