Lines Matching defs:anchor
70 // The anchor stream nodes when --no-dep is not used. The stream ID =
72 // follows the same dependency anchor nodes as Firefox does.
75 // stream ID this anchor depends on
1194 // Create anchor stream nodes
1197 for (auto &anchor : anchors) {
1198 nghttp2_priority_spec_init(&pri_spec, anchor.dep_stream_id, anchor.weight,
1200 rv = nghttp2_submit_priority(session, NGHTTP2_FLAG_NONE, anchor.stream_id,
1216 auto &anchor = anchors[ANCHOR_FOLLOWERS];
1217 nghttp2_priority_spec_init(&pri_spec, anchor.stream_id,