GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>
#include <grpc/slice.h>
#include <grpc/support/time.h>
#include "src/core/lib/gpr/string.h"
#include "src/core/lib/iomgr/exec_ctx.h"
Go to the source code of this file.
Macros | |
#define | GRPC_HTTP2_TIMEOUT_ENCODE_MIN_BUFSIZE 10 |
Functions | |
void | grpc_http2_encode_timeout (grpc_millis timeout, char *buffer) |
int | grpc_http2_decode_timeout (const grpc_slice &text, grpc_millis *timeout) |
#define GRPC_HTTP2_TIMEOUT_ENCODE_MIN_BUFSIZE 10 |
int grpc_http2_decode_timeout | ( | const grpc_slice & | text, |
grpc_millis * | timeout | ||
) |
void grpc_http2_encode_timeout | ( | grpc_millis | timeout, |
char * | buffer | ||
) |