blob: 28aac6505c7dcdaae55f7dd2bda989974c0047c3 [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/httpcli/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_03e3f2561cf9e09e514d23ee8902839b.html">httpcli</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">parser.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="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_HTTPCLI_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_HTTPCLI_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 &quot;<a class="code" href="httpcli_8h.html">src/core/httpcli/httpcli.h</a>&quot;</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</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="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="slice_8h.html">grpc/support/slice.h</a>&gt;</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;</div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="parser_8h.html#a664db6149875c333b0a568ef8711e257"> 41</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="parser_8h.html#a664db6149875c333b0a568ef8711e257a63262fde49ebad4848be6038d6a6dc8a"> 42</a></span>&#160; <a class="code" href="parser_8h.html#a664db6149875c333b0a568ef8711e257a63262fde49ebad4848be6038d6a6dc8a">GRPC_HTTPCLI_INITIAL_RESPONSE</a>,</div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="parser_8h.html#a664db6149875c333b0a568ef8711e257a3bbe99163e8d405c22e405cd380c3ba8"> 43</a></span>&#160; <a class="code" href="parser_8h.html#a664db6149875c333b0a568ef8711e257a3bbe99163e8d405c22e405cd380c3ba8">GRPC_HTTPCLI_HEADERS</a>,</div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="parser_8h.html#a664db6149875c333b0a568ef8711e257ab0d18f147817864752f04b87f1ab54d0"> 44</a></span>&#160; <a class="code" href="parser_8h.html#a664db6149875c333b0a568ef8711e257ab0d18f147817864752f04b87f1ab54d0">GRPC_HTTPCLI_BODY</a></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;} <a class="code" href="parser_8h.html#a664db6149875c333b0a568ef8711e257">grpc_httpcli_parser_state</a>;</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;</div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="structgrpc__httpcli__parser.html"> 47</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="structgrpc__httpcli__parser.html#a0072db1169f6f1e993673a91593f1305"> 48</a></span>&#160; <a class="code" href="parser_8h.html#a664db6149875c333b0a568ef8711e257">grpc_httpcli_parser_state</a> <a class="code" href="structgrpc__httpcli__parser.html#a0072db1169f6f1e993673a91593f1305">state</a>;</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__httpcli__parser.html#ab46efe042fad6d5c2b22f51e06bf9d2a"> 50</a></span>&#160; <a class="code" href="structgrpc__httpcli__response.html">grpc_httpcli_response</a> <a class="code" href="structgrpc__httpcli__parser.html#ab46efe042fad6d5c2b22f51e06bf9d2a">r</a>;</div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="structgrpc__httpcli__parser.html#a4229204d0c6b48f33f9016d48b05b628"> 51</a></span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="structgrpc__httpcli__parser.html#a4229204d0c6b48f33f9016d48b05b628">body_capacity</a>;</div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="structgrpc__httpcli__parser.html#af12e7be4d11735dce047a30c1915cc77"> 52</a></span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="structgrpc__httpcli__parser.html#af12e7be4d11735dce047a30c1915cc77">hdr_capacity</a>;</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;</div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="structgrpc__httpcli__parser.html#a8524fc39d4fa476bf3133e922edf092c"> 54</a></span>&#160; <a class="code" href="port__platform_8h.html#aeeb41e29e7c7a916a4e0fb6cfb9f92e0">gpr_uint8</a> cur_line[<a class="code" href="httpcli_8h.html#a20ed031787f50e2fbbf09a5f1ab4ccec">GRPC_HTTPCLI_MAX_HEADER_LENGTH</a>];</div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="structgrpc__httpcli__parser.html#a6ada31fac5b5a87c7405f70f63fc201e"> 55</a></span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="structgrpc__httpcli__parser.html#a6ada31fac5b5a87c7405f70f63fc201e">cur_line_length</a>;</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;} <a class="code" href="structgrpc__httpcli__parser.html">grpc_httpcli_parser</a>;</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="keywordtype">void</span> <a class="code" href="parser_8h.html#a5801c0439a5dff17a1ddc7f22bdf7ec9">grpc_httpcli_parser_init</a>(<a class="code" href="structgrpc__httpcli__parser.html">grpc_httpcli_parser</a> *parser);</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="keywordtype">void</span> <a class="code" href="parser_8h.html#a947eefc20a5245e155e1bb55380c8344">grpc_httpcli_parser_destroy</a>(<a class="code" href="structgrpc__httpcli__parser.html">grpc_httpcli_parser</a> *parser);</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="keywordtype">int</span> <a class="code" href="parser_8h.html#a24a1909825c06938a465e40295464cd0">grpc_httpcli_parser_parse</a>(<a class="code" href="structgrpc__httpcli__parser.html">grpc_httpcli_parser</a> *parser, <a class="code" href="structgpr__slice.html">gpr_slice</a> slice);</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="keywordtype">int</span> <a class="code" href="parser_8h.html#a3ad859c8c3267265dba030d1d7597df8">grpc_httpcli_parser_eof</a>(<a class="code" href="structgrpc__httpcli__parser.html">grpc_httpcli_parser</a> *parser);</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* GRPC_INTERNAL_CORE_HTTPCLI_PARSER_H */</span><span class="preprocessor"></span></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="structgrpc__httpcli__parser_html_a6ada31fac5b5a87c7405f70f63fc201e"><div class="ttname"><a href="structgrpc__httpcli__parser.html#a6ada31fac5b5a87c7405f70f63fc201e">grpc_httpcli_parser::cur_line_length</a></div><div class="ttdeci">size_t cur_line_length</div><div class="ttdef"><b>Definition:</b> parser.h:55</div></div>
<div class="ttc" id="parser_8h_html_a664db6149875c333b0a568ef8711e257a3bbe99163e8d405c22e405cd380c3ba8"><div class="ttname"><a href="parser_8h.html#a664db6149875c333b0a568ef8711e257a3bbe99163e8d405c22e405cd380c3ba8">GRPC_HTTPCLI_HEADERS</a></div><div class="ttdef"><b>Definition:</b> parser.h:43</div></div>
<div class="ttc" id="structgrpc__httpcli__parser_html_af12e7be4d11735dce047a30c1915cc77"><div class="ttname"><a href="structgrpc__httpcli__parser.html#af12e7be4d11735dce047a30c1915cc77">grpc_httpcli_parser::hdr_capacity</a></div><div class="ttdeci">size_t hdr_capacity</div><div class="ttdef"><b>Definition:</b> parser.h:52</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="httpcli_8h_html"><div class="ttname"><a href="httpcli_8h.html">httpcli.h</a></div></div>
<div class="ttc" id="httpcli_8h_html_a20ed031787f50e2fbbf09a5f1ab4ccec"><div class="ttname"><a href="httpcli_8h.html#a20ed031787f50e2fbbf09a5f1ab4ccec">GRPC_HTTPCLI_MAX_HEADER_LENGTH</a></div><div class="ttdeci">#define GRPC_HTTPCLI_MAX_HEADER_LENGTH</div><div class="ttdef"><b>Definition:</b> httpcli.h:46</div></div>
<div class="ttc" id="parser_8h_html_a664db6149875c333b0a568ef8711e257ab0d18f147817864752f04b87f1ab54d0"><div class="ttname"><a href="parser_8h.html#a664db6149875c333b0a568ef8711e257ab0d18f147817864752f04b87f1ab54d0">GRPC_HTTPCLI_BODY</a></div><div class="ttdef"><b>Definition:</b> parser.h:44</div></div>
<div class="ttc" id="structgrpc__httpcli__parser_html_a0072db1169f6f1e993673a91593f1305"><div class="ttname"><a href="structgrpc__httpcli__parser.html#a0072db1169f6f1e993673a91593f1305">grpc_httpcli_parser::state</a></div><div class="ttdeci">grpc_httpcli_parser_state state</div><div class="ttdef"><b>Definition:</b> parser.h:48</div></div>
<div class="ttc" id="parser_8h_html_a947eefc20a5245e155e1bb55380c8344"><div class="ttname"><a href="parser_8h.html#a947eefc20a5245e155e1bb55380c8344">grpc_httpcli_parser_destroy</a></div><div class="ttdeci">void grpc_httpcli_parser_destroy(grpc_httpcli_parser *parser)</div><div class="ttdef"><b>Definition:</b> parser.c:190</div></div>
<div class="ttc" id="parser_8h_html_a5801c0439a5dff17a1ddc7f22bdf7ec9"><div class="ttname"><a href="parser_8h.html#a5801c0439a5dff17a1ddc7f22bdf7ec9">grpc_httpcli_parser_init</a></div><div class="ttdeci">void grpc_httpcli_parser_init(grpc_httpcli_parser *parser)</div><div class="ttdef"><b>Definition:</b> parser.c:184</div></div>
<div class="ttc" id="structgrpc__httpcli__parser_html"><div class="ttname"><a href="structgrpc__httpcli__parser.html">grpc_httpcli_parser</a></div><div class="ttdef"><b>Definition:</b> parser.h:47</div></div>
<div class="ttc" id="parser_8h_html_a3ad859c8c3267265dba030d1d7597df8"><div class="ttname"><a href="parser_8h.html#a3ad859c8c3267265dba030d1d7597df8">grpc_httpcli_parser_eof</a></div><div class="ttdeci">int grpc_httpcli_parser_eof(grpc_httpcli_parser *parser)</div><div class="ttdef"><b>Definition:</b> parser.c:212</div></div>
<div class="ttc" id="slice_8h_html"><div class="ttname"><a href="slice_8h.html">slice.h</a></div></div>
<div class="ttc" id="structgrpc__httpcli__parser_html_a4229204d0c6b48f33f9016d48b05b628"><div class="ttname"><a href="structgrpc__httpcli__parser.html#a4229204d0c6b48f33f9016d48b05b628">grpc_httpcli_parser::body_capacity</a></div><div class="ttdeci">size_t body_capacity</div><div class="ttdef"><b>Definition:</b> parser.h:51</div></div>
<div class="ttc" id="structgrpc__httpcli__parser_html_ab46efe042fad6d5c2b22f51e06bf9d2a"><div class="ttname"><a href="structgrpc__httpcli__parser.html#ab46efe042fad6d5c2b22f51e06bf9d2a">grpc_httpcli_parser::r</a></div><div class="ttdeci">grpc_httpcli_response r</div><div class="ttdef"><b>Definition:</b> parser.h:50</div></div>
<div class="ttc" id="parser_8h_html_a664db6149875c333b0a568ef8711e257"><div class="ttname"><a href="parser_8h.html#a664db6149875c333b0a568ef8711e257">grpc_httpcli_parser_state</a></div><div class="ttdeci">grpc_httpcli_parser_state</div><div class="ttdef"><b>Definition:</b> parser.h:41</div></div>
<div class="ttc" id="structgrpc__httpcli__response_html"><div class="ttname"><a href="structgrpc__httpcli__response.html">grpc_httpcli_response</a></div><div class="ttdef"><b>Definition:</b> httpcli.h:77</div></div>
<div class="ttc" id="parser_8h_html_a24a1909825c06938a465e40295464cd0"><div class="ttname"><a href="parser_8h.html#a24a1909825c06938a465e40295464cd0">grpc_httpcli_parser_parse</a></div><div class="ttdeci">int grpc_httpcli_parser_parse(grpc_httpcli_parser *parser, gpr_slice slice)</div><div class="ttdef"><b>Definition:</b> parser.c:200</div></div>
<div class="ttc" id="parser_8h_html_a664db6149875c333b0a568ef8711e257a63262fde49ebad4848be6038d6a6dc8a"><div class="ttname"><a href="parser_8h.html#a664db6149875c333b0a568ef8711e257a63262fde49ebad4848be6038d6a6dc8a">GRPC_HTTPCLI_INITIAL_RESPONSE</a></div><div class="ttdef"><b>Definition:</b> parser.h:42</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><!-- 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>