Lines Matching refs:value
199 // terms of MB increments (i.e. the value 1 == 1 MB)
921 // Called by nghttp2 for each header name/value pair in a HEADERS block.
927 nghttp2_rcbuf* value,
940 if (!stream->is_destroyed() && !stream->AddHeader(name, value, flags)) {
1077 // Nghttp2 contains header limit of 65536. When this value is exceeded the
1151 nghttp2_rcbuf* value,
1731 // Returns non-zero value if a write is already in progress.
2413 // Ads a header to the Http2Stream. Note that the header name and value are
2419 nghttp2_rcbuf* value,
2426 Http2Header header(env(), name, value, flags);
2925 uint8_t* value,
2929 origin, origin_len, value, value_len), 0);
2949 // origin and value are both required to be ASCII, handle them as such.
2965 MaybeStackBuffer<uint8_t> value(value_len);
2967 value_str->WriteOneByte(env->isolate(), *value);
2969 session->AltSvc(id, *origin, origin_len, *value, value_len);