Home
last modified time | relevance | path

Searched refs:RNode (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/kyaml/yaml/
H A Drnode.go99 return &RNode{
156 type RNode struct { struct
175 func (rn *RNode) Copy() *RNode { argument
282 func (rn *RNode) Pipe(functions ...Filter) (*RNode, error) { argument
288 var v *RNode
401 func (rn *RNode) getMetaData() *RNode { argument
405 var n *RNode
516 func (rn *RNode) SetMapField(value *RNode, path ...string) error { argument
656 func (rn *RNode) FieldRNodes() ([]*RNode, error) { argument
706 func (rn *RNode) Elements() ([]*RNode, error) { argument
[all …]
H A Dkfns.go18 func (c AnnotationClearer) Filter(rn *RNode) (*RNode, error) {
30 func ClearEmptyAnnotations(rn *RNode) error { argument
50 func (s k8sMetaSetter) Filter(rn *RNode) (*RNode, error) {
73 func (s AnnotationSetter) Filter(rn *RNode) (*RNode, error) {
97 func (g AnnotationGetter) Filter(rn *RNode) (*RNode, error) {
121 func (s LabelSetter) Filter(rn *RNode) (*RNode, error) {
128 func addMetadataNode(rn *RNode, field, key string, v *RNode) (*RNode, error) { argument
H A Dfns.go31 func (a ElementAppender) Filter(rn *RNode) (*RNode, error) {
78 func (e ElementSetter) Filter(rn *RNode) (*RNode, error) {
105 var val *RNode
164 func (i ElementIndexer) Filter(rn *RNode) (*RNode, error) {
195 func (c FieldClearer) Filter(rn *RNode) (*RNode, error) {
265 func (e ElementMatcher) Filter(rn *RNode) (*RNode, error) {
369 func (f FieldMatcher) Filter(rn *RNode) (*RNode, error) {
471 func (l PathGetter) Filter(rn *RNode) (*RNode, error) {
530 var elem *RNode
605 func (s FieldSetter) Filter(rn *RNode) (*RNode, error) {
[all …]
H A Dmatch.go45 val *RNode
64 func (p *PathMatcher) Filter(rn *RNode) (*RNode, error) {
73 func (p *PathMatcher) filter(rn *RNode) (*RNode, error) {
90 func (p *PathMatcher) doField(rn *RNode) (*RNode, error) {
106 func (p *PathMatcher) doSeq(rn *RNode) (*RNode, error) {
126 func (p *PathMatcher) visitPrimitiveElem(elem *RNode) error {
145 func (p *PathMatcher) visitElem(elem *RNode) error {
178 func (p *PathMatcher) appendRNode(path string, node *RNode) {
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dshrpx_router.h39 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 …]
H A Dshrpx_router.cc34 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()
57 void add_next_node(RNode *node, std::unique_ptr<RNode> new_node) { in add_next_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()
194 const RNode *match_partial(bool *pattern_is_wildcard, const RNode *node, in match_partial()
207 const RNode *found_node = nullptr; in match_partial()
315 const RNode *node; in match()
334 const RNode *node; in match()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dshrpx_router.h39 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 …]
H A Dshrpx_router.cc34 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()
57 void add_next_node(RNode *node, std::unique_ptr<RNode> new_node) { in add_next_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()
194 const RNode *match_partial(bool *pattern_is_wildcard, const RNode *node, in match_partial()
207 const RNode *found_node = nullptr; in match_partial()
315 const RNode *node; in match()
334 const RNode *node; in match()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dshrpx_router.h39 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 …]
H A Dshrpx_router.cc34 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()
57 void add_next_node(RNode *node, std::unique_ptr<RNode> new_node) { in add_next_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()
194 const RNode *match_partial(bool *pattern_is_wildcard, const RNode *node, in match_partial()
207 const RNode *found_node = nullptr; in match_partial()
315 const RNode *node; in match()
334 const RNode *node; in match()
[all …]
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dshrpx_router.h39 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 …]
H A Dshrpx_router.cc34 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()
57 void add_next_node(RNode *node, std::unique_ptr<RNode> new_node) { in add_next_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()
194 const RNode *match_partial(bool *pattern_is_wildcard, const RNode *node, in match_partial()
207 const RNode *found_node = nullptr; in match_partial()
315 const RNode *node; in match()
334 const RNode *node; in match()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dshrpx_router.h39 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 …]
H A Dshrpx_router.cc34 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()
57 void add_next_node(RNode *node, std::unique_ptr<RNode> new_node) { in add_next_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()
194 const RNode *match_partial(bool *pattern_is_wildcard, const RNode *node, in match_partial()
207 const RNode *found_node = nullptr; in match_partial()
315 const RNode *node; in match()
334 const RNode *node; in match()
[all …]
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dshrpx_router.h39 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 …]
H A Dshrpx_router.cc34 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()
57 void add_next_node(RNode *node, std::unique_ptr<RNode> new_node) { in add_next_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()
194 const RNode *match_partial(bool *pattern_is_wildcard, const RNode *node, in match_partial()
207 const RNode *found_node = nullptr; in match_partial()
315 const RNode *node; in match()
334 const RNode *node; in match()
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemEngine.cpp28 RNode.Prev=NULL; in emEngine()
29 RNode.Next=NULL; in emEngine()
42 RNode.Next->Prev=RNode.Prev; in ~emEngine()
43 RNode.Prev->Next=RNode.Next; in ~emEngine()
144 RNode.Prev->Next=RNode.Next; in SetEnginePriority()
145 RNode.Next->Prev=RNode.Prev; in SetEnginePriority()
151 RNode.Next=l; in SetEnginePriority()
154 l->Prev=&RNode; in SetEnginePriority()
163 RNode.Prev->Next=RNode.Next; in WakeUpImp()
164 RNode.Next->Prev=RNode.Prev; in WakeUpImp()
[all …]
H A DemScheduler.cpp89 s=(emSignal*)(((char*)PSList.Next)-offsetof(emSignal,RNode)); in DoTimeSlice()
90 PSList.Next=s->RNode.Next; in DoTimeSlice()
91 s->RNode.Next=NULL; in DoTimeSlice()
114 e=(emEngine*)(((char*)er)-offsetof(emEngine,RNode)); in DoTimeSlice()
116 e->RNode.Next->Prev=e->RNode.Prev; in DoTimeSlice()
117 e->RNode.Prev->Next=e->RNode.Next; in DoTimeSlice()
129 e->RNode.Next=l; in DoTimeSlice()
130 e->RNode.Prev=l->Prev; in DoTimeSlice()
131 l->Prev->Next=&e->RNode; in DoTimeSlice()
132 l->Prev=&e->RNode; in DoTimeSlice()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/kyaml/kio/
H A Dkio.go15 Read() ([]*yaml.RNode, error)
21 type ResourceNodeSlice []*yaml.RNode
25 func (o ResourceNodeSlice) Read() ([]*yaml.RNode, error) {
31 Write([]*yaml.RNode) error argument
35 type WriterFunc func([]*yaml.RNode) error
37 func (fn WriterFunc) Write(o []*yaml.RNode) error { argument
53 Filter([]*yaml.RNode) ([]*yaml.RNode, error) argument
57 type FilterFunc func([]*yaml.RNode) ([]*yaml.RNode, error)
59 func (fn FilterFunc) Filter(o []*yaml.RNode) ([]*yaml.RNode, error) { argument
102 var result []*yaml.RNode
[all …]
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Df5lists.h28 class RNode; variable
290 class RNode {
293 RNode* next;
295 RNode();
297 ~RNode();
301 RNode* getNext();
315 RNode* first;
317 RNode* last;
325 RNode* getFirst();
339 RNode* data;
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/dbparser/
H A Dradix.h88 typedef struct _RNode RNode; typedef
98 RNode **children;
101 RNode **pchildren;
106 RNode *node;
155 RNode *r_new_node(const gchar *key, gpointer value);
156 void r_free_node(RNode *node, void (*free_fn)(gpointer data));
157 void r_insert_node(RNode *root, gchar *key, gpointer value, RNodeGetValueFunc value_func, const gch…
158 RNode *r_find_node(RNode *root, gchar *key, gint keylen, GArray *matches);
159 RNode *r_find_node_dbg(RNode *root, gchar *key, gint keylen, GArray *matches, GArray *dbg_list);
160 gchar **r_find_all_applicable_nodes(RNode *root, gchar *key, gint keylen, RNodeGetValueFunc value_f…
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/api/filters/replacement/
H A Dreplacement.go21 func (f Filter) Filter(nodes []*yaml.RNode) ([]*yaml.RNode, error) {
38 func applyReplacement(nodes []*yaml.RNode, value *yaml.RNode, targets []*types.TargetSelector) ([]*… argument
74 func applyToNode(node *yaml.RNode, value *yaml.RNode, target *types.TargetSelector) error { argument
77 var t *yaml.RNode
96 func setTargetValue(options *types.FieldOptions, t *yaml.RNode, value *yaml.RNode) error { argument
119 func getReplacement(nodes []*yaml.RNode, r *types.Replacement) (*yaml.RNode, error) { argument
140 func getRefinedValue(options *types.FieldOptions, rn *yaml.RNode) (*yaml.RNode, error) { argument
158 func selectSourceNode(nodes []*yaml.RNode, selector *types.SourceSelector) (*yaml.RNode, error) { argument
159 var matches []*yaml.RNode
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/api/filters/imagetag/
H A Dlegacy.go25 func (lf LegacyFilter) Filter(nodes []*yaml.RNode) ([]*yaml.RNode, error) {
29 func (lf LegacyFilter) filter(node *yaml.RNode) (*yaml.RNode, error) {
51 type fieldCallback func(node *yaml.RNode) error
65 func (f findFieldsFilter) Filter(obj *yaml.RNode) (*yaml.RNode, error) {
69 func (f findFieldsFilter) walk(node *yaml.RNode) error {
84 return node.VisitElements(func(n *yaml.RNode) error {
92 return func(node *yaml.RNode) error {
97 return node.VisitElements(func(n *yaml.RNode) error {
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/kyaml/kio/kioutil/
H A Dkioutil.go27 func GetFileAnnotations(rn *yaml.RNode) (string, string, error) { argument
38 func ErrorIfMissingAnnotation(nodes []*yaml.RNode, keys ...AnnotationKey) error { argument
62 func DefaultPathAndIndexAnnotation(dir string, nodes []*yaml.RNode) error { argument
119 func DefaultPathAnnotation(dir string, nodes []*yaml.RNode) error { argument
142 func Map(nodes []*yaml.RNode, fn func(*yaml.RNode) (*yaml.RNode, error)) ([]*yaml.RNode, error) { argument
143 var returnNodes []*yaml.RNode
156 func MapMeta(nodes []*yaml.RNode, fn func(*yaml.RNode, yaml.ResourceMeta) (*yaml.RNode, error)) ( argument
157 []*yaml.RNode, error) {
158 var returnNodes []*yaml.RNode
178 func SortNodes(nodes []*yaml.RNode) error { argument
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/kyaml/kio/filters/
H A Dmerge3.go30 IsSameResource(node1, node2 *yaml.RNode) bool argument
60 Handle(original, updated, dest *yaml.RNode) (ResourceMergeStrategy, error) argument
106 func (m Merge3) Filter(nodes []*yaml.RNode) ([]*yaml.RNode, error) {
125 var output []*yaml.RNode
213 func (ts *tuples) add(node *yaml.RNode) error {
229 func addedNode(t *tuple) *yaml.RNode {
241 original *yaml.RNode
242 updated *yaml.RNode
243 dest *yaml.RNode
247 func (t *tuple) add(node *yaml.RNode) error {
[all …]

1234567891011