34 #ifndef GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_TIMEOUT_ENCODING_H
35 #define GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_TIMEOUT_ENCODING_H
37 #include "src/core/support/string.h"
38 #include <grpc/support/time.h>
40 #define GRPC_CHTTP2_TIMEOUT_ENCODE_MIN_BUFSIZE (GPR_LTOA_MIN_BUFSIZE + 1)
44 void grpc_chttp2_encode_timeout(
gpr_timespec timeout,
char *buffer);
45 int grpc_chttp2_decode_timeout(
const char *buffer,
gpr_timespec *timeout);