Lines Matching refs:nv

70   nghttp3_qpack_nv nv;
79 /* The hash value for header name (nv.name). */
280 * nghttp3_qpack_encoder_encode_nv encodes |nv|. It writes request
281 * stream into |rbuf| and writes encoder stream into |ebuf|. |nv| is
295 const nghttp3_nv *nv, uint64_t base,
311 * nghttp3_qpack_lookup_stable searches |nv| in static table. |token|
312 * is a token of nv->name and it is -1 if there is no corresponding
316 nghttp3_qpack_lookup_stable(const nghttp3_nv *nv, int32_t token,
320 * nghttp3_qpack_encoder_lookup_dtable searches |nv| in dynamic table.
321 * |token| is a token of nv->name and it is -1 if there is no
322 * corresponding token defined. |hash| is a hash of nv->name.
328 nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token,
379 * into static table to reference a name. |nv| is a header field to
390 const nghttp3_nv *nv);
395 * into dynamic table to reference a name. |base| is a base. |nv| is
406 uint64_t base, const nghttp3_nv *nv);
410 * With Literal Name to |rbuf|. |nv| is a header field to encode.
420 const nghttp3_nv *nv);
425 * table to reference a name. |nv| is a header field to insert.
436 const nghttp3_nv *nv);
441 * table to reference a name. |nv| is a header field to insert.
452 const nghttp3_nv *nv);
471 * Literal Name to |ebuf|. |nv| is a header field to insert.
481 const nghttp3_nv *nv);
572 * nghttp3_qpack_encoder_dtable_static_add adds |nv| to dynamic table
584 const nghttp3_nv *nv,
588 * nghttp3_qpack_encoder_dtable_dynamic_add adds |nv| to dynamic table
600 const nghttp3_nv *nv,
617 * nghttp3_qpack_encoder_dtable_literal_add adds |nv| to dynamic
624 const nghttp3_nv *nv,
685 * name. This function increases reference count of qnv->nv.name and
686 * qnv->nv.value.
971 nghttp3_qpack_nv *nv);
975 nghttp3_qpack_nv *nv);
979 nghttp3_qpack_nv *nv);