Home | History | Annotate | Download | only in spdy

Lines Matching refs:extra_headers

70 // |extra_headers| is an array of { name, value } pairs, arranged as strings
73 // |headers| gets filled in from |extra_headers|.
74 void AppendHeadersToSpdyFrame(const char* const extra_headers[],
111 // |extra_headers| are the extra header-value pairs, which typically
117 const char* const extra_headers[],
123 spdy::SpdyFrame* ConstructSpdyControlFrame(const char* const extra_headers[],
132 spdy::SpdyFrame* ConstructSpdyControlFrame(const char* const extra_headers[],
144 // |extra_headers| are the extra header-value pairs, which typically
148 int ConstructSpdyReplyString(const char* const extra_headers[],
177 // |extra_headers| are the extra header-value pairs.
181 int ConstructSpdyHeader(const char* const extra_headers[],
189 // |extra_headers| are the extra header-value pairs, which typically
198 // |extra_headers| are the extra header-value pairs, which typically
201 spdy::SpdyFrame* ConstructSpdyGet(const char* const extra_headers[],
208 // |extra_headers| are the extra header-value pairs, which typically
212 spdy::SpdyFrame* ConstructSpdyGet(const char* const extra_headers[],
220 spdy::SpdyFrame* ConstructSpdyConnect(const char* const extra_headers[],
225 // |extra_headers| are the extra header-value pairs, which typically
228 spdy::SpdyFrame* ConstructSpdyPush(const char* const extra_headers[],
232 spdy::SpdyFrame* ConstructSpdyPush(const char* const extra_headers[],
237 spdy::SpdyFrame* ConstructSpdyPush(const char* const extra_headers[],
249 const char* const extra_headers[],
253 // |extra_headers| are the extra header-value pairs, which typically
256 spdy::SpdyFrame* ConstructSpdyGetSynReply(const char* const extra_headers[],
261 // |extra_headers| are the extra header-value pairs, which typically
275 const char* const* const extra_headers,
280 // |extra_headers| are the extra header-value pairs, which typically
284 const char* const extra_headers[],
288 // |extra_headers| are the extra header-value pairs, which typically
291 spdy::SpdyFrame* ConstructChunkedSpdyPost(const char* const extra_headers[],
295 // |extra_headers| are the extra header-value pairs, which typically
298 spdy::SpdyFrame* ConstructSpdyPostSynReply(const char* const extra_headers[],