File size: 5,603 Bytes
6baed57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
[
  {
    "function_name": "xmlIsUnreserved",
    "function_signature": "static int xmlIsUnreserved(xmlURIPtr uri, const char *cur)",
    "test_filename": "tests_uri_xmlIsUnreserved.c"
  },
  {
    "function_name": "xmlParse3986Scheme",
    "function_signature": "static int xmlParse3986Scheme(xmlURIPtr uri, const char **str)",
    "test_filename": "tests_uri_xmlParse3986Scheme.c"
  },
  {
    "function_name": "xmlParse3986Fragment",
    "function_signature": "static int xmlParse3986Fragment(xmlURIPtr uri, const char **str)",
    "test_filename": "tests_uri_xmlParse3986Fragment.c"
  },
  {
    "function_name": "xmlParse3986Query",
    "function_signature": "static int xmlParse3986Query(xmlURIPtr uri, const char **str)",
    "test_filename": "tests_uri_xmlParse3986Query.c"
  },
  {
    "function_name": "xmlParse3986Port",
    "function_signature": "static int xmlParse3986Port(xmlURIPtr uri, const char **str)",
    "test_filename": "tests_uri_xmlParse3986Port.c"
  },
  {
    "function_name": "xmlParse3986Userinfo",
    "function_signature": "static int xmlParse3986Userinfo(xmlURIPtr uri, const char **str)",
    "test_filename": "tests_uri_xmlParse3986Userinfo.c"
  },
  {
    "function_name": "xmlParse3986DecOctet",
    "function_signature": "static int xmlParse3986DecOctet(const char **str)",
    "test_filename": "tests_uri_xmlParse3986DecOctet.c"
  },
  {
    "function_name": "xmlParse3986Host",
    "function_signature": "static int xmlParse3986Host(xmlURIPtr uri, const char **str)",
    "test_filename": "tests_uri_xmlParse3986Host.c"
  },
  {
    "function_name": "xmlParse3986Authority",
    "function_signature": "static int xmlParse3986Authority(xmlURIPtr uri, const char **str)",
    "test_filename": "tests_uri_xmlParse3986Authority.c"
  },
  {
    "function_name": "xmlParse3986Segment",
    "function_signature": "static int xmlParse3986Segment(xmlURIPtr uri, const char **str, char forbid, int empty)",
    "test_filename": "tests_uri_xmlParse3986Segment.c"
  },
  {
    "function_name": "xmlParse3986PathAbEmpty",
    "function_signature": "static int xmlParse3986PathAbEmpty(xmlURIPtr uri, const char **str)",
    "test_filename": "tests_uri_xmlParse3986PathAbEmpty.c"
  },
  {
    "function_name": "xmlParse3986PathAbsolute",
    "function_signature": "static int xmlParse3986PathAbsolute(xmlURIPtr uri, const char **str)",
    "test_filename": "tests_uri_xmlParse3986PathAbsolute.c"
  },
  {
    "function_name": "xmlParse3986PathRootless",
    "function_signature": "static int xmlParse3986PathRootless(xmlURIPtr uri, const char **str)",
    "test_filename": "tests_uri_xmlParse3986PathRootless.c"
  },
  {
    "function_name": "xmlParse3986PathNoScheme",
    "function_signature": "static int xmlParse3986PathNoScheme(xmlURIPtr uri, const char **str)",
    "test_filename": "tests_uri_xmlParse3986PathNoScheme.c"
  },
  {
    "function_name": "xmlParse3986HierPart",
    "function_signature": "static int xmlParse3986HierPart(xmlURIPtr uri, const char **str)",
    "test_filename": "tests_uri_xmlParse3986HierPart.c"
  },
  {
    "function_name": "xmlParse3986RelativeRef",
    "function_signature": "static int xmlParse3986RelativeRef(xmlURIPtr uri, const char *str)",
    "test_filename": "tests_uri_xmlParse3986RelativeRef.c"
  },
  {
    "function_name": "xmlParse3986URI",
    "function_signature": "static int xmlParse3986URI(xmlURIPtr uri, const char *str)",
    "test_filename": "tests_uri_xmlParse3986URI.c"
  },
  {
    "function_name": "xmlParse3986URIReference",
    "function_signature": "static int xmlParse3986URIReference(xmlURIPtr uri, const char *str)",
    "test_filename": "tests_uri_xmlParse3986URIReference.c"
  },
  {
    "function_name": "xmlParseURISafe",
    "function_signature": "int xmlParseURISafe(const char *str, xmlURI **uriOut)",
    "test_filename": "tests_uri_xmlParseURISafe.c"
  },
  {
    "function_name": "xmlCleanURI",
    "function_signature": "static void xmlCleanURI(xmlURIPtr uri)",
    "test_filename": "tests_uri_xmlCleanURI.c"
  },
  {
    "function_name": "xmlFreeURI",
    "function_signature": "void xmlFreeURI(xmlURI *uri)",
    "test_filename": "tests_uri_xmlFreeURI.c"
  },
  {
    "function_name": "xmlIsPathSeparator",
    "function_signature": "static int xmlIsPathSeparator(int c, int isFile)",
    "test_filename": "tests_uri_xmlIsPathSeparator.c"
  },
  {
    "function_name": "xmlNormalizePath",
    "function_signature": "static int xmlNormalizePath(char *path, int isFile)",
    "test_filename": "tests_uri_xmlNormalizePath.c"
  },
  {
    "function_name": "xmlIsAbsolutePath",
    "function_signature": "static int xmlIsAbsolutePath(const xmlChar *path)",
    "test_filename": "tests_uri_xmlIsAbsolutePath.c"
  },
  {
    "function_name": "xmlResolvePath",
    "function_signature": "static int xmlResolvePath(const xmlChar *escRef, const xmlChar *base, xmlChar **out)",
    "test_filename": "tests_uri_xmlResolvePath.c"
  },
  {
    "function_name": "xmlBuildURISafe",
    "function_signature": "int xmlBuildURISafe(const xmlChar *URI, const xmlChar *base, xmlChar **valPtr)",
    "test_filename": "tests_uri_xmlBuildURISafe.c"
  },
  {
    "function_name": "xmlParseUriOrPath",
    "function_signature": "static int xmlParseUriOrPath(const char *str, xmlURIPtr *out, int *drive)",
    "test_filename": "tests_uri_xmlParseUriOrPath.c"
  },
  {
    "function_name": "xmlBuildRelativeURISafe",
    "function_signature": "int xmlBuildRelativeURISafe(const xmlChar * URI, const xmlChar * base,\n                        xmlChar **valPtr)",
    "test_filename": "tests_uri_xmlBuildRelativeURISafe.c"
  }
]