File size: 8,717 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
[
  {
    "function_name": "xmlSaveErr",
    "function_signature": "static void xmlSaveErr(xmlOutputBufferPtr out, int code, xmlNodePtr node,\n           const char *extra)",
    "test_filename": "tests_xmlsave_xmlSaveErr.c"
  },
  {
    "function_name": "xmlSaveSetIndentString",
    "function_signature": "int xmlSaveSetIndentString(xmlSaveCtxt *ctxt, const char *indent)",
    "test_filename": "tests_xmlsave_xmlSaveSetIndentString.c"
  },
  {
    "function_name": "xmlSaveCtxtInit",
    "function_signature": "static void xmlSaveCtxtInit(xmlSaveCtxtPtr ctxt, int options)",
    "test_filename": "tests_xmlsave_xmlSaveCtxtInit.c"
  },
  {
    "function_name": "xmlFreeSaveCtxt",
    "function_signature": "static void xmlFreeSaveCtxt(xmlSaveCtxtPtr ctxt)",
    "test_filename": "tests_xmlsave_xmlFreeSaveCtxt.c"
  },
  {
    "function_name": "xmlNewSaveCtxt",
    "function_signature": "static xmlSaveCtxtPtr xmlNewSaveCtxt(const char *encoding, int options)",
    "test_filename": "tests_xmlsave_xmlNewSaveCtxt.c"
  },
  {
    "function_name": "xmlSaveWriteAttrContent",
    "function_signature": "static void xmlSaveWriteAttrContent(xmlSaveCtxt *ctxt, xmlAttrPtr attr)",
    "test_filename": "tests_xmlsave_xmlSaveWriteAttrContent.c"
  },
  {
    "function_name": "xmlBufDumpNotationDecl",
    "function_signature": "static void xmlBufDumpNotationDecl(xmlOutputBufferPtr buf, xmlNotationPtr nota)",
    "test_filename": "tests_xmlsave_xmlBufDumpNotationDecl.c"
  },
  {
    "function_name": "xmlBufDumpElementOccur",
    "function_signature": "static void xmlBufDumpElementOccur(xmlOutputBufferPtr buf, xmlElementContentPtr cur)",
    "test_filename": "tests_xmlsave_xmlBufDumpElementOccur.c"
  },
  {
    "function_name": "xmlBufDumpElementContent",
    "function_signature": "static void xmlBufDumpElementContent(xmlOutputBufferPtr buf,\n                         xmlElementContentPtr content)",
    "test_filename": "tests_xmlsave_xmlBufDumpElementContent.c"
  },
  {
    "function_name": "xmlBufDumpElementDecl",
    "function_signature": "static void xmlBufDumpElementDecl(xmlOutputBufferPtr buf, xmlElementPtr elem)",
    "test_filename": "tests_xmlsave_xmlBufDumpElementDecl.c"
  },
  {
    "function_name": "xmlBufDumpEnumeration",
    "function_signature": "static void xmlBufDumpEnumeration(xmlOutputBufferPtr buf, xmlEnumerationPtr cur)",
    "test_filename": "tests_xmlsave_xmlBufDumpEnumeration.c"
  },
  {
    "function_name": "xmlSaveWriteAttributeDecl",
    "function_signature": "static void xmlSaveWriteAttributeDecl(xmlSaveCtxtPtr ctxt, xmlAttributePtr attr)",
    "test_filename": "tests_xmlsave_xmlSaveWriteAttributeDecl.c"
  },
  {
    "function_name": "xmlBufDumpEntityContent",
    "function_signature": "static void xmlBufDumpEntityContent(xmlOutputBufferPtr buf, const xmlChar *content)",
    "test_filename": "tests_xmlsave_xmlBufDumpEntityContent.c"
  },
  {
    "function_name": "xmlBufDumpEntityDecl",
    "function_signature": "static void xmlBufDumpEntityDecl(xmlOutputBufferPtr buf, xmlEntityPtr ent)",
    "test_filename": "tests_xmlsave_xmlBufDumpEntityDecl.c"
  },
  {
    "function_name": "xmlSaveSwitchEncoding",
    "function_signature": "static int xmlSaveSwitchEncoding(xmlSaveCtxtPtr ctxt, const char *encoding)",
    "test_filename": "tests_xmlsave_xmlSaveSwitchEncoding.c"
  },
  {
    "function_name": "xmlSaveClearEncoding",
    "function_signature": "static int xmlSaveClearEncoding(xmlSaveCtxtPtr ctxt)",
    "test_filename": "tests_xmlsave_xmlSaveClearEncoding.c"
  },
  {
    "function_name": "xmlSaveWriteIndent",
    "function_signature": "static void xmlSaveWriteIndent(xmlSaveCtxtPtr ctxt, int extra)",
    "test_filename": "tests_xmlsave_xmlSaveWriteIndent.c"
  },
  {
    "function_name": "xmlOutputBufferWriteWSNonSig",
    "function_signature": "static void xmlOutputBufferWriteWSNonSig(xmlSaveCtxtPtr ctxt, int extra)",
    "test_filename": "tests_xmlsave_xmlOutputBufferWriteWSNonSig.c"
  },
  {
    "function_name": "xmlNsDumpOutput",
    "function_signature": "static void xmlNsDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur, xmlSaveCtxtPtr ctxt)",
    "test_filename": "tests_xmlsave_xmlNsDumpOutput.c"
  },
  {
    "function_name": "xmlDtdDumpOutput",
    "function_signature": "static void xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd)",
    "test_filename": "tests_xmlsave_xmlDtdDumpOutput.c"
  },
  {
    "function_name": "xmlAttrDumpOutput",
    "function_signature": "static void xmlAttrDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur)",
    "test_filename": "tests_xmlsave_xmlAttrDumpOutput.c"
  },
  {
    "function_name": "htmlNodeDumpOutputInternal",
    "function_signature": "static int htmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur)",
    "test_filename": "tests_xmlsave_htmlNodeDumpOutputInternal.c"
  },
  {
    "function_name": "xmlNodeDumpOutputInternal",
    "function_signature": "static void xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur)",
    "test_filename": "tests_xmlsave_xmlNodeDumpOutputInternal.c"
  },
  {
    "function_name": "xmlSaveDocInternal",
    "function_signature": "static int xmlSaveDocInternal(xmlSaveCtxtPtr ctxt, xmlDocPtr cur,\n                   const xmlChar *encoding)",
    "test_filename": "tests_xmlsave_xmlSaveDocInternal.c"
  },
  {
    "function_name": "xhtmlIsEmpty",
    "function_signature": "static int xhtmlIsEmpty(xmlNodePtr node)",
    "test_filename": "tests_xmlsave_xhtmlIsEmpty.c"
  },
  {
    "function_name": "xhtmlAttrListDumpOutput",
    "function_signature": "static void xhtmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur)",
    "test_filename": "tests_xmlsave_xhtmlAttrListDumpOutput.c"
  },
  {
    "function_name": "xhtmlNodeDumpOutput",
    "function_signature": "static void xhtmlNodeDumpOutput(xmlSaveCtxtPtr ctxt, xmlNodePtr cur)",
    "test_filename": "tests_xmlsave_xhtmlNodeDumpOutput.c"
  },
  {
    "function_name": "xmlSaveTree",
    "function_signature": "long xmlSaveTree(xmlSaveCtxt *ctxt, xmlNode *cur)",
    "test_filename": "tests_xmlsave_xmlSaveTree.c"
  },
  {
    "function_name": "xmlSaveFinish",
    "function_signature": "xmlParserErrors xmlSaveFinish(xmlSaveCtxt *ctxt)",
    "test_filename": "tests_xmlsave_xmlSaveFinish.c"
  },
  {
    "function_name": "xmlAttrSerializeTxtContent",
    "function_signature": "void xmlAttrSerializeTxtContent(xmlBuffer *buf, xmlDoc *doc,\n                           xmlAttr *attr ATTRIBUTE_UNUSED,\n                           const xmlChar *string)",
    "test_filename": "tests_xmlsave_xmlAttrSerializeTxtContent.c"
  },
  {
    "function_name": "xmlNodeDump",
    "function_signature": "int xmlNodeDump(xmlBuffer *buf, xmlDoc *doc, xmlNode *cur, int level,\n            int format)",
    "test_filename": "tests_xmlsave_xmlNodeDump.c"
  },
  {
    "function_name": "xmlBufNodeDump",
    "function_signature": "size_t xmlBufNodeDump(xmlBuf *buf, xmlDoc *doc, xmlNode *cur, int level,\n            int format)",
    "test_filename": "tests_xmlsave_xmlBufNodeDump.c"
  },
  {
    "function_name": "xmlElemDump",
    "function_signature": "void xmlElemDump(FILE * f, xmlDoc *doc, xmlNode *cur)",
    "test_filename": "tests_xmlsave_xmlElemDump.c"
  },
  {
    "function_name": "xmlNodeDumpOutput",
    "function_signature": "void xmlNodeDumpOutput(xmlOutputBuffer *buf, xmlDoc *doc, xmlNode *cur,\n                  int level, int format, const char *encoding)",
    "test_filename": "tests_xmlsave_xmlNodeDumpOutput.c"
  },
  {
    "function_name": "xmlDocDumpInternal",
    "function_signature": "static void xmlDocDumpInternal(xmlOutputBufferPtr buf, xmlDocPtr doc, const char *encoding,\n                   int format)",
    "test_filename": "tests_xmlsave_xmlDocDumpInternal.c"
  },
  {
    "function_name": "xmlDocDumpFormatMemoryEnc",
    "function_signature": "void xmlDocDumpFormatMemoryEnc(xmlDoc *out_doc, xmlChar **doc_txt_ptr,\n\t\tint * doc_txt_len, const char * txt_encoding,\n\t\tint format)",
    "test_filename": "tests_xmlsave_xmlDocDumpFormatMemoryEnc.c"
  },
  {
    "function_name": "xmlDocFormatDump",
    "function_signature": "int xmlDocFormatDump(FILE *f, xmlDoc *cur, int format)",
    "test_filename": "tests_xmlsave_xmlDocFormatDump.c"
  },
  {
    "function_name": "xmlSaveFormatFileTo",
    "function_signature": "int xmlSaveFormatFileTo(xmlOutputBuffer *buf, xmlDoc *cur,\n                    const char *encoding, int format)",
    "test_filename": "tests_xmlsave_xmlSaveFormatFileTo.c"
  },
  {
    "function_name": "xmlSaveFormatFileEnc",
    "function_signature": "int xmlSaveFormatFileEnc( const char * filename, xmlDoc *cur,\n\t\t\tconst char * encoding, int format )",
    "test_filename": "tests_xmlsave_xmlSaveFormatFileEnc.c"
  }
]