Home
last modified time | relevance | path

Searched refs:nv_offset (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_frame.c363 size_t nv_offset; in nghttp2_frame_pack_headers() local
369 nv_offset = nghttp2_frame_headers_payload_nv_offset(frame); in nghttp2_frame_pack_headers()
373 buf->pos += nv_offset; in nghttp2_frame_pack_headers()
383 buf->pos -= nv_offset; in nghttp2_frame_pack_headers()
557 size_t nv_offset = 4; in nghttp2_frame_pack_push_promise() local
565 buf->pos += nv_offset; in nghttp2_frame_pack_push_promise()
575 buf->pos -= nv_offset; in nghttp2_frame_pack_push_promise()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.c363 size_t nv_offset; in nghttp2_frame_pack_headers() local
369 nv_offset = nghttp2_frame_headers_payload_nv_offset(frame); in nghttp2_frame_pack_headers()
373 buf->pos += nv_offset; in nghttp2_frame_pack_headers()
383 buf->pos -= nv_offset; in nghttp2_frame_pack_headers()
557 size_t nv_offset = 4; in nghttp2_frame_pack_push_promise() local
565 buf->pos += nv_offset; in nghttp2_frame_pack_push_promise()
575 buf->pos -= nv_offset; in nghttp2_frame_pack_push_promise()

Completed in 7 milliseconds