Searched refs:GRPC_HTTP2_INTERNAL_ERROR (Results 1 – 4 of 4) sorted by relevance
39 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_UNKNOWN, GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()41 GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()43 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_NOT_FOUND, GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()45 GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()49 GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()53 GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()54 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_ABORTED, GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()56 GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()58 GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()59 GRPC_STATUS_TO_HTTP2_ERROR(GRPC_STATUS_INTERNAL, GRPC_HTTP2_INTERNAL_ERROR); in test_grpc_status_to_http2_error()[all …]
26 GRPC_HTTP2_INTERNAL_ERROR = 0x2, enumerator
38 return GRPC_HTTP2_INTERNAL_ERROR; in grpc_status_to_http2_error()
89 : GRPC_HTTP2_INTERNAL_ERROR; in grpc_error_get_status()