From be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:57:58 +0200 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- .../yaml/doc/html/structyaml__simple__key__s.html | 126 +++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 web/server/h2o/libh2o/deps/yaml/doc/html/structyaml__simple__key__s.html (limited to 'web/server/h2o/libh2o/deps/yaml/doc/html/structyaml__simple__key__s.html') diff --git a/web/server/h2o/libh2o/deps/yaml/doc/html/structyaml__simple__key__s.html b/web/server/h2o/libh2o/deps/yaml/doc/html/structyaml__simple__key__s.html new file mode 100644 index 00000000..946d6fee --- /dev/null +++ b/web/server/h2o/libh2o/deps/yaml/doc/html/structyaml__simple__key__s.html @@ -0,0 +1,126 @@ + + + + + +yaml: yaml_simple_key_s Struct Reference + + + + + + + + +
+ + +
+ + + + + + + + + + + +
+
yaml +  0.1.6 +
+ +
+
+ + + + +
+
+ +
+
yaml_simple_key_s Struct Reference
+
+
+ +

This structure holds information about a potential simple key. + More...

+ +

#include <yaml.h>

+ + + + + + + + + + +

+Data Fields

+int possible
 Is a simple key possible?
+int required
 Is a simple key required?
size_t token_number
 The number of the token.
yaml_mark_t mark
 The position mark.
+

Detailed Description

+

This structure holds information about a potential simple key.

+

Field Documentation

+ +
+ +
+ +

The number of the token.

+ +
+
+ +
+ +
+ +

The position mark.

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