Home | History | Annotate | Download | only in testspdy

Lines Matching refs:Request

119 struct Request {
127 /* Stream ID for this request. */
193 static void check_gzip(struct Request *req, char **nv)
283 * use this function to get stream ID of the request. This is because
284 * stream ID is not known when we submit the request
295 struct Request *req;
338 struct Request *req;
383 struct Request *req;
408 struct Request *req;
590 * Submits the request |req| to the connection |connection|. This
591 * function does not send packets; just append the request to the
594 static void submit_request(struct Connection *connection, struct Request *req)
632 static void request_init(struct Request *req, const struct URI *uri)
642 static void request_free(struct Request *req)
659 struct Request req;
701 /* Submit the HTTP request to the outbound queue. */