Lines Matching refs:Request
21 * @brief tests receiving request and sending response. spdycli.c (spdylay)
101 struct Request {
109 /* Stream ID for this request. */
175 static void check_gzip(struct Request *req, char **nv)
265 * use this function to get stream ID of the request. This is because
266 * stream ID is not known when we submit the request
277 struct Request *req;
320 struct Request *req;
366 struct Request *req;
391 struct Request *req;
578 * Submits the request |req| to the connection |connection|. This
579 * function does not send packets; just append the request to the
582 static void submit_request(struct Connection *connection, struct Request *req)
620 static void request_init(struct Request *req, const struct URI *uri)
630 static void request_free(struct Request *req)
647 struct Request req;
689 /* Submit the HTTP request to the outbound queue. */
815 struct SPDY_Request * request,
826 (void)request;
853 if(SPDY_queue_response(request,response,true,false,NULL,(void*)strdup(path))!=SPDY_YES)