blob: 7f16d1fa30dea22dc42680ab0ccc121a8502e66e [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>GRPC Core: src/core/transport/chttp2/hpack_parser.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">GRPC Core
&#160;<span id="projectnumber">0.10.0.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_aebb8dcc11953d78e620bbef0b9e2183.html">core</a></li><li class="navelem"><a class="el" href="dir_79268b13b30141157b35932967b4e740.html">transport</a></li><li class="navelem"><a class="el" href="dir_bf8522d75c0d0c872d1b1e399b1737b8.html">chttp2</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">hpack_parser.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="hpack__parser_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * Copyright 2015, Google Inc.</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * All rights reserved.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * Redistribution and use in source and binary forms, with or without</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * modification, are permitted provided that the following conditions are</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * met:</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * * Redistributions of source code must retain the above copyright</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * notice, this list of conditions and the following disclaimer.</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * * Redistributions in binary form must reproduce the above</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * copyright notice, this list of conditions and the following disclaimer</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * in the documentation and/or other materials provided with the</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * distribution.</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * * Neither the name of Google Inc. nor the names of its</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * contributors may be used to endorse or promote products derived from</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * this software without specific prior written permission.</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment"> * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment"> * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment"> * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment"> * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment"> * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment"> * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment"> * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="comment"> * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="comment"> * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#ifndef GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_HPACK_PARSER_H</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_HPACK_PARSER_H</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#include &lt;stddef.h&gt;</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="port__platform_8h.html">grpc/support/port_platform.h</a>&gt;</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="frame_8h.html">src/core/transport/chttp2/frame.h</a>&quot;</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="hpack__table_8h.html">src/core/transport/chttp2/hpack_table.h</a>&quot;</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="metadata_8h.html">src/core/transport/metadata.h</a>&quot;</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;</div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="hpack__parser_8h.html#ae66f95f470e6a67afa580dd7d1d3d39b"> 44</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structgrpc__chttp2__hpack__parser.html">grpc_chttp2_hpack_parser</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html">grpc_chttp2_hpack_parser</a>;</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;</div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="hpack__parser_8h.html#a8d59a71bfcb4d8ae6c14950f0cb67507"> 46</a></span>&#160;<span class="keyword">typedef</span> int (*<a class="code" href="hpack__parser_8h.html#a8d59a71bfcb4d8ae6c14950f0cb67507">grpc_chttp2_hpack_parser_state</a>)(<a class="code" href="structgrpc__chttp2__hpack__parser.html">grpc_chttp2_hpack_parser</a> *p,</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keyword">const</span> <a class="code" href="port__platform_8h.html#aeeb41e29e7c7a916a4e0fb6cfb9f92e0">gpr_uint8</a> *beg,</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keyword">const</span> <a class="code" href="port__platform_8h.html#aeeb41e29e7c7a916a4e0fb6cfb9f92e0">gpr_uint8</a> *end);</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;</div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser__string.html"> 50</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser__string.html#abf43da36039226667926801751825b3c"> 51</a></span>&#160; <span class="keywordtype">char</span> *<a class="code" href="structgrpc__chttp2__hpack__parser__string.html#abf43da36039226667926801751825b3c">str</a>;</div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser__string.html#a26e2d9594af6c89057408a16e1132fe5"> 52</a></span>&#160; <a class="code" href="port__platform_8h.html#aa6abd4df815a5498d1a04b5e691a74a9">gpr_uint32</a> <a class="code" href="structgrpc__chttp2__hpack__parser__string.html#a26e2d9594af6c89057408a16e1132fe5">length</a>;</div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser__string.html#a21d97a477e18ea3973332a21fe664613"> 53</a></span>&#160; <a class="code" href="port__platform_8h.html#aa6abd4df815a5498d1a04b5e691a74a9">gpr_uint32</a> <a class="code" href="structgrpc__chttp2__hpack__parser__string.html#a21d97a477e18ea3973332a21fe664613">capacity</a>;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;} <a class="code" href="structgrpc__chttp2__hpack__parser__string.html">grpc_chttp2_hpack_parser_string</a>;</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;</div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html"> 56</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structgrpc__chttp2__hpack__parser.html">grpc_chttp2_hpack_parser</a> {</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="comment">/* user specified callback for each header output */</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#aca1b62cf2179b2ce2c815f80434d408f"> 58</a></span>&#160; void (*<a class="code" href="structgrpc__chttp2__hpack__parser.html#aca1b62cf2179b2ce2c815f80434d408f">on_header</a>)(<span class="keywordtype">void</span> *user_data, <a class="code" href="structgrpc__mdelem.html">grpc_mdelem</a> *md);</div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#a8a8a711d5609cf6886cdddbe3c245d1b"> 59</a></span>&#160; <span class="keywordtype">void</span> *<a class="code" href="structgrpc__chttp2__hpack__parser.html#a8a8a711d5609cf6886cdddbe3c245d1b">on_header_user_data</a>;</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="comment">/* current parse state - or a function that implements it */</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#a70ad6a4061f4f49362959615eb0c3ca4"> 62</a></span>&#160; <a class="code" href="hpack__parser_8h.html#a8d59a71bfcb4d8ae6c14950f0cb67507">grpc_chttp2_hpack_parser_state</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#a70ad6a4061f4f49362959615eb0c3ca4">state</a>;</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="comment">/* future states dependent on the opening op code */</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#a75cd26cf599e1a3762287726f8f9a7b1"> 64</a></span>&#160; <span class="keyword">const</span> <a class="code" href="hpack__parser_8h.html#a8d59a71bfcb4d8ae6c14950f0cb67507">grpc_chttp2_hpack_parser_state</a> *<a class="code" href="structgrpc__chttp2__hpack__parser.html#a75cd26cf599e1a3762287726f8f9a7b1">next_state</a>;</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="comment">/* what to do after skipping prioritization data */</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#ace46342325728ee279253c5ee146d6d0"> 66</a></span>&#160; <a class="code" href="hpack__parser_8h.html#a8d59a71bfcb4d8ae6c14950f0cb67507">grpc_chttp2_hpack_parser_state</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#ace46342325728ee279253c5ee146d6d0">after_prioritization</a>;</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="comment">/* the value we&#39;re currently parsing */</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; <span class="keyword">union </span>{</div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#a3098a6ec6adb9222dd0d64681eb9af6e"> 69</a></span>&#160; <a class="code" href="port__platform_8h.html#aa6abd4df815a5498d1a04b5e691a74a9">gpr_uint32</a> *<a class="code" href="structgrpc__chttp2__hpack__parser.html#a3098a6ec6adb9222dd0d64681eb9af6e">value</a>;</div>
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#a4dda24b6baf059519437033ace4239fe"> 70</a></span>&#160; <a class="code" href="structgrpc__chttp2__hpack__parser__string.html">grpc_chttp2_hpack_parser_string</a> *<a class="code" href="structgrpc__chttp2__hpack__parser.html#a4dda24b6baf059519437033ace4239fe">str</a>;</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; } <a class="code" href="structgrpc__chttp2__hpack__parser.html#a98070825a1d0d4d2c3adabbe127d5eae">parsing</a>;</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="comment">/* string parameters for each chunk */</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#a4d3edf20019517c6ba89d16183287f10"> 73</a></span>&#160; <a class="code" href="structgrpc__chttp2__hpack__parser__string.html">grpc_chttp2_hpack_parser_string</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#a4d3edf20019517c6ba89d16183287f10">key</a>;</div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#a5291e99e19d95c5e130b62958750adef"> 74</a></span>&#160; <a class="code" href="structgrpc__chttp2__hpack__parser__string.html">grpc_chttp2_hpack_parser_string</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#a5291e99e19d95c5e130b62958750adef">value</a>;</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; <span class="comment">/* parsed index */</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#a032576122c56272a9546fb4cb4628aef"> 76</a></span>&#160; <a class="code" href="port__platform_8h.html#aa6abd4df815a5498d1a04b5e691a74a9">gpr_uint32</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#a032576122c56272a9546fb4cb4628aef">index</a>;</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <span class="comment">/* length of source bytes for the currently parsing string */</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#a0fdab43244f12be74b24f284fa0df8ab"> 78</a></span>&#160; <a class="code" href="port__platform_8h.html#aa6abd4df815a5498d1a04b5e691a74a9">gpr_uint32</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#a0fdab43244f12be74b24f284fa0df8ab">strlen</a>;</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <span class="comment">/* number of source bytes read for the currently parsing string */</span></div>
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#aa2150e272b5d12395b762aef039b58f6"> 80</a></span>&#160; <a class="code" href="port__platform_8h.html#aa6abd4df815a5498d1a04b5e691a74a9">gpr_uint32</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#aa2150e272b5d12395b762aef039b58f6">strgot</a>;</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <span class="comment">/* huffman decoding state */</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#aefbc0edc85975abf14cd4f52ca1b823c"> 82</a></span>&#160; <a class="code" href="port__platform_8h.html#abb7bceac4325643af77af51c7b6af371">gpr_uint16</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#aefbc0edc85975abf14cd4f52ca1b823c">huff_state</a>;</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="comment">/* is the string being decoded binary? */</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#ac7bd236697b3923633920b3dcc26079f"> 84</a></span>&#160; <a class="code" href="port__platform_8h.html#aeeb41e29e7c7a916a4e0fb6cfb9f92e0">gpr_uint8</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#ac7bd236697b3923633920b3dcc26079f">binary</a>;</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="comment">/* is the current string huffman encoded? */</span></div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#a72b104abd60bed440243eab839b6d1e5"> 86</a></span>&#160; <a class="code" href="port__platform_8h.html#aeeb41e29e7c7a916a4e0fb6cfb9f92e0">gpr_uint8</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#a72b104abd60bed440243eab839b6d1e5">huff</a>;</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; <span class="comment">/* set by higher layers, used by grpc_chttp2_header_parser_parse to signal</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="comment"> it should append a metadata boundary at the end of frame */</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#adc642ac806512e13229d13c5d4a64aec"> 89</a></span>&#160; <a class="code" href="port__platform_8h.html#aeeb41e29e7c7a916a4e0fb6cfb9f92e0">gpr_uint8</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#adc642ac806512e13229d13c5d4a64aec">is_boundary</a>;</div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#a0ced7637ac446a9c535391ffdeb7990b"> 90</a></span>&#160; <a class="code" href="port__platform_8h.html#aeeb41e29e7c7a916a4e0fb6cfb9f92e0">gpr_uint8</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#a0ced7637ac446a9c535391ffdeb7990b">is_eof</a>;</div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#af48331853250257b1640d07e06d6e47e"> 91</a></span>&#160; <a class="code" href="port__platform_8h.html#aa6abd4df815a5498d1a04b5e691a74a9">gpr_uint32</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#af48331853250257b1640d07e06d6e47e">base64_buffer</a>;</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <span class="comment">/* hpack table */</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="structgrpc__chttp2__hpack__parser.html#a8f94c4cc12d5f84f639914d59491ae17"> 94</a></span>&#160; <a class="code" href="structgrpc__chttp2__hptbl.html">grpc_chttp2_hptbl</a> <a class="code" href="structgrpc__chttp2__hpack__parser.html#a8f94c4cc12d5f84f639914d59491ae17">table</a>;</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;};</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;<span class="keywordtype">void</span> <a class="code" href="hpack__parser_8h.html#ae9f87d2fc6cdda2cfcedd228feff9a43">grpc_chttp2_hpack_parser_init</a>(<a class="code" href="structgrpc__chttp2__hpack__parser.html">grpc_chttp2_hpack_parser</a> *p,</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <a class="code" href="structgrpc__mdctx.html">grpc_mdctx</a> *mdctx);</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="keywordtype">void</span> <a class="code" href="hpack__parser_8h.html#ae43cb55b0e7102694c68c29d93cd3573">grpc_chttp2_hpack_parser_destroy</a>(<a class="code" href="structgrpc__chttp2__hpack__parser.html">grpc_chttp2_hpack_parser</a> *p);</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;<span class="keywordtype">void</span> <a class="code" href="hpack__parser_8h.html#a9fc7e7f152280acc512689e138805eee">grpc_chttp2_hpack_parser_set_has_priority</a>(<a class="code" href="structgrpc__chttp2__hpack__parser.html">grpc_chttp2_hpack_parser</a> *p);</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="comment">/* returns 1 on success, 0 on error */</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<span class="keywordtype">int</span> <a class="code" href="hpack__parser_8h.html#a883d1c556ca6aaea2fbb04dda7928ebc">grpc_chttp2_hpack_parser_parse</a>(<a class="code" href="structgrpc__chttp2__hpack__parser.html">grpc_chttp2_hpack_parser</a> *p,</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; <span class="keyword">const</span> <a class="code" href="port__platform_8h.html#aeeb41e29e7c7a916a4e0fb6cfb9f92e0">gpr_uint8</a> *beg, <span class="keyword">const</span> <a class="code" href="port__platform_8h.html#aeeb41e29e7c7a916a4e0fb6cfb9f92e0">gpr_uint8</a> *end);</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;<span class="comment">/* wraps grpc_chttp2_hpack_parser_parse to provide a frame level parser for</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;<span class="comment"> the transport */</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;<a class="code" href="frame_8h.html#ada474db64756bd411eeeaf3de4318e35">grpc_chttp2_parse_error</a> <a class="code" href="hpack__parser_8h.html#a7a92d332cfe4cdd2fe066d8c187a19c3">grpc_chttp2_header_parser_parse</a>(</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="keywordtype">void</span> *hpack_parser, <a class="code" href="structgrpc__chttp2__transport__parsing.html">grpc_chttp2_transport_parsing</a> *transport_parsing,</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <a class="code" href="structgrpc__chttp2__stream__parsing.html">grpc_chttp2_stream_parsing</a> *stream_parsing, <a class="code" href="structgpr__slice.html">gpr_slice</a> slice, <span class="keywordtype">int</span> is_last);</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_HPACK_PARSER_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="hpack__parser_8h_html_ae9f87d2fc6cdda2cfcedd228feff9a43"><div class="ttname"><a href="hpack__parser_8h.html#ae9f87d2fc6cdda2cfcedd228feff9a43">grpc_chttp2_hpack_parser_init</a></div><div class="ttdeci">void grpc_chttp2_hpack_parser_init(grpc_chttp2_hpack_parser *p, grpc_mdctx *mdctx)</div><div class="ttdef"><b>Definition:</b> hpack_parser.c:1343</div></div>
<div class="ttc" id="port__platform_8h_html"><div class="ttname"><a href="port__platform_8h.html">port_platform.h</a></div></div>
<div class="ttc" id="port__platform_8h_html_aeeb41e29e7c7a916a4e0fb6cfb9f92e0"><div class="ttname"><a href="port__platform_8h.html#aeeb41e29e7c7a916a4e0fb6cfb9f92e0">gpr_uint8</a></div><div class="ttdeci">uint8_t gpr_uint8</div><div class="ttdef"><b>Definition:</b> port_platform.h:307</div></div>
<div class="ttc" id="hpack__parser_8h_html_a883d1c556ca6aaea2fbb04dda7928ebc"><div class="ttname"><a href="hpack__parser_8h.html#a883d1c556ca6aaea2fbb04dda7928ebc">grpc_chttp2_hpack_parser_parse</a></div><div class="ttdeci">int grpc_chttp2_hpack_parser_parse(grpc_chttp2_hpack_parser *p, const gpr_uint8 *beg, const gpr_uint8 *end)</div><div class="ttdef"><b>Definition:</b> hpack_parser.c:1368</div></div>
<div class="ttc" id="structgrpc__chttp2__hptbl_html"><div class="ttname"><a href="structgrpc__chttp2__hptbl.html">grpc_chttp2_hptbl</a></div><div class="ttdef"><b>Definition:</b> hpack_table.h:59</div></div>
<div class="ttc" id="frame_8h_html_ada474db64756bd411eeeaf3de4318e35"><div class="ttname"><a href="frame_8h.html#ada474db64756bd411eeeaf3de4318e35">grpc_chttp2_parse_error</a></div><div class="ttdeci">grpc_chttp2_parse_error</div><div class="ttdef"><b>Definition:</b> frame.h:42</div></div>
<div class="ttc" id="metadata_8h_html"><div class="ttname"><a href="metadata_8h.html">metadata.h</a></div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html">grpc_chttp2_hpack_parser</a></div><div class="ttdef"><b>Definition:</b> hpack_parser.h:56</div></div>
<div class="ttc" id="port__platform_8h_html_aa6abd4df815a5498d1a04b5e691a74a9"><div class="ttname"><a href="port__platform_8h.html#aa6abd4df815a5498d1a04b5e691a74a9">gpr_uint32</a></div><div class="ttdeci">uint32_t gpr_uint32</div><div class="ttdef"><b>Definition:</b> port_platform.h:309</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser__string_html_a21d97a477e18ea3973332a21fe664613"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser__string.html#a21d97a477e18ea3973332a21fe664613">grpc_chttp2_hpack_parser_string::capacity</a></div><div class="ttdeci">gpr_uint32 capacity</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:53</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a70ad6a4061f4f49362959615eb0c3ca4"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a70ad6a4061f4f49362959615eb0c3ca4">grpc_chttp2_hpack_parser::state</a></div><div class="ttdeci">grpc_chttp2_hpack_parser_state state</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:62</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a72b104abd60bed440243eab839b6d1e5"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a72b104abd60bed440243eab839b6d1e5">grpc_chttp2_hpack_parser::huff</a></div><div class="ttdeci">gpr_uint8 huff</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:86</div></div>
<div class="ttc" id="hpack__table_8h_html"><div class="ttname"><a href="hpack__table_8h.html">hpack_table.h</a></div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_ace46342325728ee279253c5ee146d6d0"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#ace46342325728ee279253c5ee146d6d0">grpc_chttp2_hpack_parser::after_prioritization</a></div><div class="ttdeci">grpc_chttp2_hpack_parser_state after_prioritization</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:66</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_aefbc0edc85975abf14cd4f52ca1b823c"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#aefbc0edc85975abf14cd4f52ca1b823c">grpc_chttp2_hpack_parser::huff_state</a></div><div class="ttdeci">gpr_uint16 huff_state</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:82</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a0fdab43244f12be74b24f284fa0df8ab"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a0fdab43244f12be74b24f284fa0df8ab">grpc_chttp2_hpack_parser::strlen</a></div><div class="ttdeci">gpr_uint32 strlen</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:78</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser__string_html_a26e2d9594af6c89057408a16e1132fe5"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser__string.html#a26e2d9594af6c89057408a16e1132fe5">grpc_chttp2_hpack_parser_string::length</a></div><div class="ttdeci">gpr_uint32 length</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:52</div></div>
<div class="ttc" id="frame_8h_html"><div class="ttname"><a href="frame_8h.html">frame.h</a></div></div>
<div class="ttc" id="hpack__parser_8h_html_ae43cb55b0e7102694c68c29d93cd3573"><div class="ttname"><a href="hpack__parser_8h.html#ae43cb55b0e7102694c68c29d93cd3573">grpc_chttp2_hpack_parser_destroy</a></div><div class="ttdeci">void grpc_chttp2_hpack_parser_destroy(grpc_chttp2_hpack_parser *p)</div><div class="ttdef"><b>Definition:</b> hpack_parser.c:1362</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_adc642ac806512e13229d13c5d4a64aec"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#adc642ac806512e13229d13c5d4a64aec">grpc_chttp2_hpack_parser::is_boundary</a></div><div class="ttdeci">gpr_uint8 is_boundary</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:89</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_af48331853250257b1640d07e06d6e47e"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#af48331853250257b1640d07e06d6e47e">grpc_chttp2_hpack_parser::base64_buffer</a></div><div class="ttdeci">gpr_uint32 base64_buffer</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:91</div></div>
<div class="ttc" id="structgrpc__mdctx_html"><div class="ttname"><a href="structgrpc__mdctx.html">grpc_mdctx</a></div><div class="ttdef"><b>Definition:</b> metadata.c:98</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_ac7bd236697b3923633920b3dcc26079f"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#ac7bd236697b3923633920b3dcc26079f">grpc_chttp2_hpack_parser::binary</a></div><div class="ttdeci">gpr_uint8 binary</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:84</div></div>
<div class="ttc" id="structgrpc__mdelem_html"><div class="ttname"><a href="structgrpc__mdelem.html">grpc_mdelem</a></div><div class="ttdef"><b>Definition:</b> metadata.h:78</div></div>
<div class="ttc" id="structgrpc__chttp2__transport__parsing_html"><div class="ttname"><a href="structgrpc__chttp2__transport__parsing.html">grpc_chttp2_transport_parsing</a></div><div class="ttdef"><b>Definition:</b> internal.h:215</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a8f94c4cc12d5f84f639914d59491ae17"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a8f94c4cc12d5f84f639914d59491ae17">grpc_chttp2_hpack_parser::table</a></div><div class="ttdeci">grpc_chttp2_hptbl table</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:94</div></div>
<div class="ttc" id="port__platform_8h_html_abb7bceac4325643af77af51c7b6af371"><div class="ttname"><a href="port__platform_8h.html#abb7bceac4325643af77af51c7b6af371">gpr_uint16</a></div><div class="ttdeci">uint16_t gpr_uint16</div><div class="ttdef"><b>Definition:</b> port_platform.h:308</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_aa2150e272b5d12395b762aef039b58f6"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#aa2150e272b5d12395b762aef039b58f6">grpc_chttp2_hpack_parser::strgot</a></div><div class="ttdeci">gpr_uint32 strgot</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:80</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser__string_html"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser__string.html">grpc_chttp2_hpack_parser_string</a></div><div class="ttdef"><b>Definition:</b> hpack_parser.h:50</div></div>
<div class="ttc" id="hpack__parser_8h_html_a9fc7e7f152280acc512689e138805eee"><div class="ttname"><a href="hpack__parser_8h.html#a9fc7e7f152280acc512689e138805eee">grpc_chttp2_hpack_parser_set_has_priority</a></div><div class="ttdeci">void grpc_chttp2_hpack_parser_set_has_priority(grpc_chttp2_hpack_parser *p)</div><div class="ttdef"><b>Definition:</b> hpack_parser.c:1357</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a75cd26cf599e1a3762287726f8f9a7b1"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a75cd26cf599e1a3762287726f8f9a7b1">grpc_chttp2_hpack_parser::next_state</a></div><div class="ttdeci">const grpc_chttp2_hpack_parser_state * next_state</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:64</div></div>
<div class="ttc" id="structgrpc__chttp2__stream__parsing_html"><div class="ttname"><a href="structgrpc__chttp2__stream__parsing.html">grpc_chttp2_stream_parsing</a></div><div class="ttdef"><b>Definition:</b> internal.h:412</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_aca1b62cf2179b2ce2c815f80434d408f"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#aca1b62cf2179b2ce2c815f80434d408f">grpc_chttp2_hpack_parser::on_header</a></div><div class="ttdeci">void(* on_header)(void *user_data, grpc_mdelem *md)</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:58</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser__string_html_abf43da36039226667926801751825b3c"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser__string.html#abf43da36039226667926801751825b3c">grpc_chttp2_hpack_parser_string::str</a></div><div class="ttdeci">char * str</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:51</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a5291e99e19d95c5e130b62958750adef"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a5291e99e19d95c5e130b62958750adef">grpc_chttp2_hpack_parser::value</a></div><div class="ttdeci">grpc_chttp2_hpack_parser_string value</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:74</div></div>
<div class="ttc" id="hpack__parser_8h_html_a8d59a71bfcb4d8ae6c14950f0cb67507"><div class="ttname"><a href="hpack__parser_8h.html#a8d59a71bfcb4d8ae6c14950f0cb67507">grpc_chttp2_hpack_parser_state</a></div><div class="ttdeci">int(* grpc_chttp2_hpack_parser_state)(grpc_chttp2_hpack_parser *p, const gpr_uint8 *beg, const gpr_uint8 *end)</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:46</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a0ced7637ac446a9c535391ffdeb7990b"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a0ced7637ac446a9c535391ffdeb7990b">grpc_chttp2_hpack_parser::is_eof</a></div><div class="ttdeci">gpr_uint8 is_eof</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:90</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a4d3edf20019517c6ba89d16183287f10"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a4d3edf20019517c6ba89d16183287f10">grpc_chttp2_hpack_parser::key</a></div><div class="ttdeci">grpc_chttp2_hpack_parser_string key</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:73</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a032576122c56272a9546fb4cb4628aef"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a032576122c56272a9546fb4cb4628aef">grpc_chttp2_hpack_parser::index</a></div><div class="ttdeci">gpr_uint32 index</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:76</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a4dda24b6baf059519437033ace4239fe"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a4dda24b6baf059519437033ace4239fe">grpc_chttp2_hpack_parser::str</a></div><div class="ttdeci">grpc_chttp2_hpack_parser_string * str</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:70</div></div>
<div class="ttc" id="hpack__parser_8h_html_a7a92d332cfe4cdd2fe066d8c187a19c3"><div class="ttname"><a href="hpack__parser_8h.html#a7a92d332cfe4cdd2fe066d8c187a19c3">grpc_chttp2_header_parser_parse</a></div><div class="ttdeci">grpc_chttp2_parse_error grpc_chttp2_header_parser_parse(void *hpack_parser, grpc_chttp2_transport_parsing *transport_parsing, grpc_chttp2_stream_parsing *stream_parsing, gpr_slice slice, int is_last)</div><div class="ttdef"><b>Definition:</b> hpack_parser.c:1377</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a98070825a1d0d4d2c3adabbe127d5eae"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a98070825a1d0d4d2c3adabbe127d5eae">grpc_chttp2_hpack_parser::parsing</a></div><div class="ttdeci">union grpc_chttp2_hpack_parser::@19 parsing</div></div>
<div class="ttc" id="structgpr__slice_html"><div class="ttname"><a href="structgpr__slice.html">gpr_slice</a></div><div class="ttdef"><b>Definition:</b> slice.h:79</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a8a8a711d5609cf6886cdddbe3c245d1b"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a8a8a711d5609cf6886cdddbe3c245d1b">grpc_chttp2_hpack_parser::on_header_user_data</a></div><div class="ttdeci">void * on_header_user_data</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:59</div></div>
<div class="ttc" id="structgrpc__chttp2__hpack__parser_html_a3098a6ec6adb9222dd0d64681eb9af6e"><div class="ttname"><a href="structgrpc__chttp2__hpack__parser.html#a3098a6ec6adb9222dd0d64681eb9af6e">grpc_chttp2_hpack_parser::value</a></div><div class="ttdeci">gpr_uint32 * value</div><div class="ttdef"><b>Definition:</b> hpack_parser.h:69</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Aug 5 2015 08:17:07 for GRPC Core by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>