From 68f4e0f6abc6bb99ff334542d5b5003edc3e651e Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 5 Aug 2015 08:18:21 -0700 Subject: Initial Doxygen import for core, c++ --- doc/ref/core.internal/html/hpack__table_8c.html | 266 ++++++++++++++++++++++++ 1 file changed, 266 insertions(+) create mode 100644 doc/ref/core.internal/html/hpack__table_8c.html (limited to 'doc/ref/core.internal/html/hpack__table_8c.html') diff --git a/doc/ref/core.internal/html/hpack__table_8c.html b/doc/ref/core.internal/html/hpack__table_8c.html new file mode 100644 index 0000000000..dca6c0b788 --- /dev/null +++ b/doc/ref/core.internal/html/hpack__table_8c.html @@ -0,0 +1,266 @@ + + + + + + +GRPC Core: src/core/transport/chttp2/hpack_table.c File Reference + + + + + + + + + +
+
+ + + + + + +
+
GRPC Core +  0.10.0.0 +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+ +
+
hpack_table.c File Reference
+
+
+
#include "src/core/transport/chttp2/hpack_table.h"
+#include <assert.h>
+#include <string.h>
+#include <grpc/support/log.h>
+#include "src/core/support/murmur_hash.h"
+
+ + + + + + + + + + + +

+Functions

void grpc_chttp2_hptbl_init (grpc_chttp2_hptbl *tbl, grpc_mdctx *mdctx)
 
void grpc_chttp2_hptbl_destroy (grpc_chttp2_hptbl *tbl)
 
grpc_mdelemgrpc_chttp2_hptbl_lookup (const grpc_chttp2_hptbl *tbl, gpr_uint32 index)
 
void grpc_chttp2_hptbl_add (grpc_chttp2_hptbl *tbl, grpc_mdelem *md)
 
grpc_chttp2_hptbl_find_result grpc_chttp2_hptbl_find (const grpc_chttp2_hptbl *tbl, grpc_mdelem *md)
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
void grpc_chttp2_hptbl_add (grpc_chttp2_hptbltbl,
grpc_mdelemmd 
)
+
+ +
+
+ +
+
+ + + + + + + + +
void grpc_chttp2_hptbl_destroy (grpc_chttp2_hptbltbl)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
grpc_chttp2_hptbl_find_result grpc_chttp2_hptbl_find (const grpc_chttp2_hptbltbl,
grpc_mdelemmd 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void grpc_chttp2_hptbl_init (grpc_chttp2_hptbltbl,
grpc_mdctxmdctx 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
grpc_mdelem* grpc_chttp2_hptbl_lookup (const grpc_chttp2_hptbltbl,
gpr_uint32 index 
)
+
+ +
+
+

Variable Documentation

+ +
+
+ + + + +
const char* key
+
+ +
+
+ +
+
+ + + + +
const char* value
+
+ +
+
+
+ + + + -- cgit v1.2.3