From 58daab21cd043e1dc37024a7f99b396788372918 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Mar 2024 14:19:48 +0100 Subject: Merging upstream version 1.44.3. Signed-off-by: Daniel Baumann --- .../yaml/doc/html/structyaml__node__pair__s.html | 120 +++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 web/server/h2o/libh2o/deps/yaml/doc/html/structyaml__node__pair__s.html (limited to 'web/server/h2o/libh2o/deps/yaml/doc/html/structyaml__node__pair__s.html') diff --git a/web/server/h2o/libh2o/deps/yaml/doc/html/structyaml__node__pair__s.html b/web/server/h2o/libh2o/deps/yaml/doc/html/structyaml__node__pair__s.html new file mode 100644 index 000000000..48ed07011 --- /dev/null +++ b/web/server/h2o/libh2o/deps/yaml/doc/html/structyaml__node__pair__s.html @@ -0,0 +1,120 @@ + + + + + +yaml: yaml_node_pair_s Struct Reference + + + + + + + + +
+ + +
+ + + + + + + + + + + +
+
yaml +  0.1.6 +
+ +
+
+ + + + +
+
+ +
+
yaml_node_pair_s Struct Reference
+
+
+ +

An element of a mapping node. + More...

+ +

#include <yaml.h>

+ + + + + + +

+Data Fields

int key
 The key of the element.
int value
 The value of the element.
+

Detailed Description

+

An element of a mapping node.

+

Field Documentation

+ +
+
+ + + + +
int yaml_node_pair_s::key
+
+
+ +

The key of the element.

+ +
+
+ +
+
+ + + + +
int yaml_node_pair_s::value
+
+
+ +

The value of the element.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + + + + -- cgit v1.2.3