Lines Matching defs:trailers
825 nghttp3_qpack_nv *nv, int trailers,
830 if (trailers ||
908 if (trailers) {
928 if (!lstrieq("trailers", nv->value->base, nv->value->len)) {
933 if (!trailers && !(http->flags & NGHTTP3_HTTP_FLAG_BAD_PRIORITY)) {
956 nghttp3_qpack_nv *nv, int trailers) {
958 if (trailers ||
983 if (trailers) {
1025 if (!lstrieq("trailers", nv->value->base, nv->value->len)) {
1300 int request, int trailers, int connect_protocol) {
1361 rv = http_request_on_header(http, nv, trailers, connect_protocol);
1363 rv = http_response_on_header(http, nv, trailers);