Searched refs:detect_self_dependency (Results 1 – 2 of 2) sorted by relevance
/third_party/nghttp2/lib/ |
D | nghttp2_submit.c | 46 static int detect_self_dependency(nghttp2_session *session, int32_t stream_id, in detect_self_dependency() function 201 rv = detect_self_dependency(session, stream_id, pri_spec); in nghttp2_submit_headers() 770 rv = detect_self_dependency(session, -1, pri_spec); in nghttp2_submit_request()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_submit.c | 46 static int detect_self_dependency(nghttp2_session *session, int32_t stream_id, in detect_self_dependency() function 201 rv = detect_self_dependency(session, stream_id, pri_spec); in nghttp2_submit_headers() 770 rv = detect_self_dependency(session, -1, pri_spec); in nghttp2_submit_request()
|