Searched refs:RNode (Results 1 – 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_router.h | 39 struct RNode { struct 40 RNode(); 41 RNode(const char *s, size_t len, ssize_t index, ssize_t wildcard_index); 42 RNode(RNode &&) = default; 43 RNode(const RNode &) = delete; 44 RNode &operator=(RNode &&) = default; argument 45 RNode &operator=(const RNode &) = delete; argument 48 std::vector<std::unique_ptr<RNode>> next; argument 93 ssize_t match_prefix(size_t *nread, const RNode **last_node, 96 void add_node(RNode *node, const char *pattern, size_t patlen, ssize_t index, [all …]
|
D | shrpx_router.cc | 34 RNode::RNode() : s(nullptr), len(0), index(-1), wildcard_index(-1) {} in RNode() function in shrpx::RNode 36 RNode::RNode(const char *s, size_t len, ssize_t index, ssize_t wildcard_index) in RNode() function in shrpx::RNode 44 RNode *find_next_node(const RNode *node, char c) { in find_next_node() 46 [](const std::unique_ptr<RNode> &lhs, in find_next_node() 57 void add_next_node(RNode *node, std::unique_ptr<RNode> new_node) { in add_next_node() 60 [](const std::unique_ptr<RNode> &lhs, in add_next_node() 66 void Router::add_node(RNode *node, const char *pattern, size_t patlen, in add_node() 70 std::make_unique<RNode>(pat.c_str(), pat.size(), index, wildcard_index); in add_node() 134 auto new_node = std::make_unique<RNode>( in add_route() 162 const RNode *match_complete(size_t *offset, const RNode *node, in match_complete() [all …]
|
D | shrpx_router_test.cc | 161 const RNode *node; in test_shrpx_router_match_prefix()
|
D | shrpx_worker.cc | 612 const RNode *last_node = nullptr; in match_downstream_addr_group_host()
|
D | shrpx_tls.cc | 1573 const RNode *last_node = nullptr; in lookup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 5003 SDNode *RNode = CurDAG->getMachineNode(AHExtOpcode, dl, MVT::i32, in Select() local 5005 SDValue Result(RNode, 0); in Select() 5006 InFlag = SDValue(RNode, 1); in Select()
|