Lines Matching defs:name
42 /* The maximum length of one name/value pair. This is the sum of the
43 length of name and value. This is not specified by the spec. We
122 /* The buffer containing header field name. NULL-termination is
124 nghttp2_rcbuf *name;
128 /* nghttp2_token value for name. It could be -1 if we have no token
129 for that header field name. */
136 /* The header field name/value pair */
146 /* The hash value for header name (nv.name). */
152 nghttp2_rcbuf name;
201 is the sum of length of name/value in hd_table +
239 /* Pointer to the name/value pair which are used in the current
244 /* The index in indexed repr or indexed name */
265 * Initializes the |ent| members. The reference counts of nv->name
271 * This function decreases the reference counts of nv->name and
277 * Initializes |deflater| for deflating name/values pairs.
293 * Initializes |deflater| for deflating name/values pairs.
315 * Deflates the |nva|, which has the |nvlen| name/value pairs, into
339 * Initializes |inflater| for inflating name/values pairs.