File size: 7,298 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
[
  {
    "function_name": "xmlSerializeHexCharRef",
    "function_signature": "static int xmlSerializeHexCharRef(char *buf, int val)",
    "test_filename": "tests_xmlIO_xmlSerializeHexCharRef.c"
  },
  {
    "function_name": "xmlSerializeText",
    "function_signature": "void xmlSerializeText(xmlOutputBuffer *buf, const xmlChar *string, size_t maxSize,\n                 unsigned flags)",
    "test_filename": "tests_xmlIO_xmlSerializeText.c"
  },
  {
    "function_name": "xmlIOErr",
    "function_signature": "static int xmlIOErr(int err)",
    "test_filename": "tests_xmlIO_xmlIOErr.c"
  },
  {
    "function_name": "xmlCheckFilename",
    "function_signature": "int xmlCheckFilename(const char *path)",
    "test_filename": "tests_xmlIO_xmlCheckFilename.c"
  },
  {
    "function_name": "xmlConvertUriToPath",
    "function_signature": "static int xmlConvertUriToPath(const char *uri, char **out)",
    "test_filename": "tests_xmlIO_xmlConvertUriToPath.c"
  },
  {
    "function_name": "xmlFdOpen",
    "function_signature": "static xmlParserErrors xmlFdOpen(const char *filename, int write, int *out)",
    "test_filename": "tests_xmlIO_xmlFdOpen.c"
  },
  {
    "function_name": "xmlFdRead",
    "function_signature": "static int xmlFdRead(void *context, char *buffer, int len)",
    "test_filename": "tests_xmlIO_xmlFdRead.c"
  },
  {
    "function_name": "xmlFdWrite",
    "function_signature": "static int xmlFdWrite(void *context, const char *buffer, int len)",
    "test_filename": "tests_xmlIO_xmlFdWrite.c"
  },
  {
    "function_name": "xmlFdClose",
    "function_signature": "static int xmlFdClose (void * context)",
    "test_filename": "tests_xmlIO_xmlFdClose.c"
  },
  {
    "function_name": "xmlFileOpenSafe",
    "function_signature": "static xmlParserErrors xmlFileOpenSafe(const char *filename, int write, void **out)",
    "test_filename": "tests_xmlIO_xmlFileOpenSafe.c"
  },
  {
    "function_name": "xmlFileRead",
    "function_signature": "int xmlFileRead(void * context, char * buffer, int len)",
    "test_filename": "tests_xmlIO_xmlFileRead.c"
  },
  {
    "function_name": "xmlFileWrite",
    "function_signature": "static int xmlFileWrite(void *context, const char *buffer, int len)",
    "test_filename": "tests_xmlIO_xmlFileWrite.c"
  },
  {
    "function_name": "xmlFileClose",
    "function_signature": "int xmlFileClose (void * context)",
    "test_filename": "tests_xmlIO_xmlFileClose.c"
  },
  {
    "function_name": "xmlSeek",
    "function_signature": "static xmlFileOffset xmlSeek(int fd, xmlFileOffset offset, int whence)",
    "test_filename": "tests_xmlIO_xmlSeek.c"
  },
  {
    "function_name": "xmlInputFromFd",
    "function_signature": "xmlParserErrors xmlInputFromFd(xmlParserInputBuffer *buf, int fd,\n               xmlParserInputFlags flags)",
    "test_filename": "tests_xmlIO_xmlInputFromFd.c"
  },
  {
    "function_name": "xmlOutputDefaultOpen",
    "function_signature": "static xmlParserErrors xmlOutputDefaultOpen(xmlOutputBufferPtr buf, const char *filename,\n                     int compression)",
    "test_filename": "tests_xmlIO_xmlOutputDefaultOpen.c"
  },
  {
    "function_name": "xmlFreeParserInputBuffer",
    "function_signature": "void xmlFreeParserInputBuffer(xmlParserInputBuffer *in)",
    "test_filename": "tests_xmlIO_xmlFreeParserInputBuffer.c"
  },
  {
    "function_name": "xmlOutputBufferClose",
    "function_signature": "int xmlOutputBufferClose(xmlOutputBuffer *out)",
    "test_filename": "tests_xmlIO_xmlOutputBufferClose.c"
  },
  {
    "function_name": "xmlParserInputBufferCreateUrl",
    "function_signature": "xmlParserErrors xmlParserInputBufferCreateUrl(const char *URI, xmlCharEncoding enc,\n                              xmlParserInputFlags flags,\n                              xmlParserInputBuffer **out)",
    "test_filename": "tests_xmlIO_xmlParserInputBufferCreateUrl.c"
  },
  {
    "function_name": "xmlMemRead",
    "function_signature": "static int xmlMemRead(void *vctxt, char *buf, int size)",
    "test_filename": "tests_xmlIO_xmlMemRead.c"
  },
  {
    "function_name": "xmlParserInputBufferCreateFilenameDefault",
    "function_signature": "xmlParserInputBufferCreateFilenameFunc xmlParserInputBufferCreateFilenameDefault(\n        xmlParserInputBufferCreateFilenameFunc func)",
    "test_filename": "tests_xmlIO_xmlParserInputBufferCreateFilenameDefault.c"
  },
  {
    "function_name": "xmlOutputBufferCreateFilenameDefault",
    "function_signature": "xmlOutputBufferCreateFilenameFunc xmlOutputBufferCreateFilenameDefault(xmlOutputBufferCreateFilenameFunc func)",
    "test_filename": "tests_xmlIO_xmlOutputBufferCreateFilenameDefault.c"
  },
  {
    "function_name": "xmlParserInputBufferPush",
    "function_signature": "int xmlParserInputBufferPush(xmlParserInputBuffer *in,\n\t                 int len, const char *buf)",
    "test_filename": "tests_xmlIO_xmlParserInputBufferPush.c"
  },
  {
    "function_name": "xmlParserInputBufferGrow",
    "function_signature": "int xmlParserInputBufferGrow(xmlParserInputBuffer *in, int len)",
    "test_filename": "tests_xmlIO_xmlParserInputBufferGrow.c"
  },
  {
    "function_name": "xmlOutputBufferWrite",
    "function_signature": "int xmlOutputBufferWrite(xmlOutputBuffer *out, int len, const char *data)",
    "test_filename": "tests_xmlIO_xmlOutputBufferWrite.c"
  },
  {
    "function_name": "xmlOutputBufferWriteEscape",
    "function_signature": "int xmlOutputBufferWriteEscape(xmlOutputBuffer *out, const xmlChar *str,\n                           xmlCharEncodingOutputFunc escaping)",
    "test_filename": "tests_xmlIO_xmlOutputBufferWriteEscape.c"
  },
  {
    "function_name": "xmlOutputBufferWriteString",
    "function_signature": "int xmlOutputBufferWriteString(xmlOutputBuffer *out, const char *str)",
    "test_filename": "tests_xmlIO_xmlOutputBufferWriteString.c"
  },
  {
    "function_name": "xmlOutputBufferWriteQuotedString",
    "function_signature": "void xmlOutputBufferWriteQuotedString(xmlOutputBuffer *buf,\n                                 const xmlChar *string)",
    "test_filename": "tests_xmlIO_xmlOutputBufferWriteQuotedString.c"
  },
  {
    "function_name": "xmlOutputBufferFlush",
    "function_signature": "int xmlOutputBufferFlush(xmlOutputBuffer *out)",
    "test_filename": "tests_xmlIO_xmlOutputBufferFlush.c"
  },
  {
    "function_name": "xmlNoNetExists",
    "function_signature": "int xmlNoNetExists(const char *filename)",
    "test_filename": "tests_xmlIO_xmlNoNetExists.c"
  },
  {
    "function_name": "xmlInitIOCallbacks",
    "function_signature": "void xmlInitIOCallbacks(void)",
    "test_filename": "tests_xmlIO_xmlInitIOCallbacks.c"
  },
  {
    "function_name": "xmlRegisterInputCallbacks",
    "function_signature": "int xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc,\n\txmlInputOpenCallback openFunc, xmlInputReadCallback readFunc,\n\txmlInputCloseCallback closeFunc)",
    "test_filename": "tests_xmlIO_xmlRegisterInputCallbacks.c"
  },
  {
    "function_name": "xmlRegisterOutputCallbacks",
    "function_signature": "int xmlRegisterOutputCallbacks(xmlOutputMatchCallback matchFunc,\n\txmlOutputOpenCallback openFunc, xmlOutputWriteCallback writeFunc,\n\txmlOutputCloseCallback closeFunc)",
    "test_filename": "tests_xmlIO_xmlRegisterOutputCallbacks.c"
  }
]