Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
Dnghttp2_stream.c635 static void link_dep(nghttp2_stream *dep_stream, nghttp2_stream *stream) { in link_dep() function
659 link_dep(dep_stream, stream); in insert_link_dep()
714 link_dep(prev, dep_next); in unlink_dep()
732 link_dep(prev, next); in unlink_dep()
746 link_dep(dep_stream, stream); in nghttp2_stream_dep_add()
821 link_dep(dep_stream, stream); in nghttp2_stream_dep_insert_subtree()
828 link_dep(stream, dep_next); in nghttp2_stream_dep_insert_subtree()
841 link_dep(dep_stream, stream); in nghttp2_stream_dep_insert_subtree()
868 link_dep(dep_stream, stream); in nghttp2_stream_dep_add_subtree()
898 link_dep(dep_prev, next); in nghttp2_stream_dep_remove_subtree()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.c635 static void link_dep(nghttp2_stream *dep_stream, nghttp2_stream *stream) { in link_dep() function
659 link_dep(dep_stream, stream); in insert_link_dep()
714 link_dep(prev, dep_next); in unlink_dep()
732 link_dep(prev, next); in unlink_dep()
746 link_dep(dep_stream, stream); in nghttp2_stream_dep_add()
821 link_dep(dep_stream, stream); in nghttp2_stream_dep_insert_subtree()
828 link_dep(stream, dep_next); in nghttp2_stream_dep_insert_subtree()
841 link_dep(dep_stream, stream); in nghttp2_stream_dep_insert_subtree()
868 link_dep(dep_stream, stream); in nghttp2_stream_dep_add_subtree()
898 link_dep(dep_prev, next); in nghttp2_stream_dep_remove_subtree()
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmake.py1761 for link_dep in link_deps:
1762 assert " " not in link_dep, (
1763 "Spaces in alink input filenames not supported (%s)" % link_dep
1800 for link_dep in link_deps:
1801 assert " " not in link_dep, (
1802 "Spaces in module input filenames not supported (%s)" % link_dep
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmake.py1610 for link_dep in link_deps:
1611 assert ' ' not in link_dep, (
1612 "Spaces in alink input filenames not supported (%s)" % link_dep)
1627 for link_dep in link_deps:
1628 assert ' ' not in link_dep, (
1629 "Spaces in module input filenames not supported (%s)" % link_dep)