Home | History | Annotate | Download | only in testspdy

Lines Matching refs:Request

21  * @brief  tests receiving request and sending response. spdycli.c (spdylay)
98 struct Request {
106 /* Stream ID for this request. */
172 static void check_gzip(struct Request *req, char **nv)
280 * use this function to get stream ID of the request. This is because
281 * stream ID is not known when we submit the request
292 struct Request *req;
335 struct Request *req;
381 struct Request *req;
406 struct Request *req;
542 * Submits the request |req| to the connection |connection|. This
543 * function does not send packets; just append the request to the
546 static void submit_request(struct Connection *connection, struct Request *req)
584 static void request_init(struct Request *req, const struct URI *uri)
594 static void request_free(struct Request *req)
609 struct Request req;
639 /* Submit the HTTP request to the outbound queue. */
762 struct SPDY_Request * request,
773 (void)request;
796 if(SPDY_queue_response(request,response,true,false,NULL,(void*)strdup(path))!=SPDY_YES)