Lines Matching defs:http
34 #include "http.h"
201 #define H2_STREAM_CTX(d) ((struct stream_ctx *)(((d) && (d)->req.p.http)? \
202 ((struct HTTP *)(d)->req.p.http)->h2_ctx \
204 #define H2_STREAM_LCTX(d) ((struct HTTP *)(d)->req.p.http)->h2_ctx
239 if(!data->req.p.http) {
240 failf(data, "initialization failure, transfer not http initialized");
486 infof(data, "http/2: failed to set user_data for stream %u",
575 connclose(cf->conn, "http/2: No new requests allowed");
782 struct HTTP *http = calloc(1, sizeof(struct HTTP));
783 if(!http) {
789 second->req.p.http = http;
854 if(!newhandle->req.p.http) {
856 newhandle->req.p.http = NULL;
1362 infof(data_s, "http/2: failed to clear user_data for stream %u",
1951 failf(data, "[%zd-%zd], http/2 recv on a transfer never opened "