Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_frame.c347 size_t nv_offset; in nghttp2_frame_pack_headers() local
353 nv_offset = nghttp2_frame_headers_payload_nv_offset(frame); in nghttp2_frame_pack_headers()
357 buf->pos += nv_offset; in nghttp2_frame_pack_headers()
367 buf->pos -= nv_offset; in nghttp2_frame_pack_headers()
558 size_t nv_offset = 4; in nghttp2_frame_pack_push_promise() local
566 buf->pos += nv_offset; in nghttp2_frame_pack_push_promise()
576 buf->pos -= nv_offset; in nghttp2_frame_pack_push_promise()

Completed in 4 milliseconds