File size: 7,589 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
[
  {
    "function_name": "xmlCtxtDumpInitCtxt",
    "function_signature": "static void xmlCtxtDumpInitCtxt(xmlDebugCtxtPtr ctxt)",
    "test_filename": "tests_debugXML_xmlCtxtDumpInitCtxt.c"
  },
  {
    "function_name": "xmlNsCheckScope",
    "function_signature": "static int xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns)",
    "test_filename": "tests_debugXML_xmlNsCheckScope.c"
  },
  {
    "function_name": "xmlCtxtDumpSpaces",
    "function_signature": "static void xmlCtxtDumpSpaces(xmlDebugCtxtPtr ctxt)",
    "test_filename": "tests_debugXML_xmlCtxtDumpSpaces.c"
  },
  {
    "function_name": "LIBXML_ATTR_FORMAT",
    "function_signature": "static void LIBXML_ATTR_FORMAT(3,0) xmlDebugErr2(xmlDebugCtxtPtr ctxt, int error, const char *msg, int extra)\n{\n    ctxt->errors++; fprintf(ctxt->output, \"ERROR %d: \", error);\n    fprintf(ctxt->output, msg, extra); }\nstatic void LIBXML_ATTR_FORMAT(3,0)\nxmlDebugErr3(xmlDebugCtxtPtr ctxt, int error, const char *msg, const char *extra)",
    "test_filename": "tests_debugXML_LIBXML_ATTR_FORMAT.c"
  },
  {
    "function_name": "xmlCtxtNsCheckScope",
    "function_signature": "static void xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns)",
    "test_filename": "tests_debugXML_xmlCtxtNsCheckScope.c"
  },
  {
    "function_name": "xmlCtxtCheckString",
    "function_signature": "static void xmlCtxtCheckString(xmlDebugCtxtPtr ctxt, const xmlChar * str)",
    "test_filename": "tests_debugXML_xmlCtxtCheckString.c"
  },
  {
    "function_name": "xmlCtxtCheckName",
    "function_signature": "static void xmlCtxtCheckName(xmlDebugCtxtPtr ctxt, const xmlChar * name)",
    "test_filename": "tests_debugXML_xmlCtxtCheckName.c"
  },
  {
    "function_name": "xmlCtxtGenericNodeCheck",
    "function_signature": "static void xmlCtxtGenericNodeCheck(xmlDebugCtxtPtr ctxt, xmlNodePtr node)",
    "test_filename": "tests_debugXML_xmlCtxtGenericNodeCheck.c"
  },
  {
    "function_name": "xmlCtxtDumpString",
    "function_signature": "static void xmlCtxtDumpString(xmlDebugCtxtPtr ctxt, const xmlChar * str)",
    "test_filename": "tests_debugXML_xmlCtxtDumpString.c"
  },
  {
    "function_name": "xmlCtxtDumpDtdNode",
    "function_signature": "static void xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)",
    "test_filename": "tests_debugXML_xmlCtxtDumpDtdNode.c"
  },
  {
    "function_name": "xmlCtxtDumpAttrDecl",
    "function_signature": "static void xmlCtxtDumpAttrDecl(xmlDebugCtxtPtr ctxt, xmlAttributePtr attr)",
    "test_filename": "tests_debugXML_xmlCtxtDumpAttrDecl.c"
  },
  {
    "function_name": "xmlCtxtDumpElemDecl",
    "function_signature": "static void xmlCtxtDumpElemDecl(xmlDebugCtxtPtr ctxt, xmlElementPtr elem)",
    "test_filename": "tests_debugXML_xmlCtxtDumpElemDecl.c"
  },
  {
    "function_name": "xmlCtxtDumpEntityDecl",
    "function_signature": "static void xmlCtxtDumpEntityDecl(xmlDebugCtxtPtr ctxt, xmlEntityPtr ent)",
    "test_filename": "tests_debugXML_xmlCtxtDumpEntityDecl.c"
  },
  {
    "function_name": "xmlCtxtDumpNamespace",
    "function_signature": "static void xmlCtxtDumpNamespace(xmlDebugCtxtPtr ctxt, xmlNsPtr ns)",
    "test_filename": "tests_debugXML_xmlCtxtDumpNamespace.c"
  },
  {
    "function_name": "xmlCtxtDumpEntity",
    "function_signature": "static void xmlCtxtDumpEntity(xmlDebugCtxtPtr ctxt, xmlEntityPtr ent)",
    "test_filename": "tests_debugXML_xmlCtxtDumpEntity.c"
  },
  {
    "function_name": "xmlCtxtDumpAttr",
    "function_signature": "static void xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)",
    "test_filename": "tests_debugXML_xmlCtxtDumpAttr.c"
  },
  {
    "function_name": "xmlCtxtDumpOneNode",
    "function_signature": "static void xmlCtxtDumpOneNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node)",
    "test_filename": "tests_debugXML_xmlCtxtDumpOneNode.c"
  },
  {
    "function_name": "xmlCtxtDumpNode",
    "function_signature": "static void xmlCtxtDumpNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node)",
    "test_filename": "tests_debugXML_xmlCtxtDumpNode.c"
  },
  {
    "function_name": "xmlCtxtDumpDocHead",
    "function_signature": "static void xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc)",
    "test_filename": "tests_debugXML_xmlCtxtDumpDocHead.c"
  },
  {
    "function_name": "xmlCtxtDumpDocumentHead",
    "function_signature": "static void xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc)",
    "test_filename": "tests_debugXML_xmlCtxtDumpDocumentHead.c"
  },
  {
    "function_name": "xmlCtxtDumpDocument",
    "function_signature": "static void xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc)",
    "test_filename": "tests_debugXML_xmlCtxtDumpDocument.c"
  },
  {
    "function_name": "xmlCtxtDumpEntityCallback",
    "function_signature": "static void xmlCtxtDumpEntityCallback(void *payload, void *data,\n                          const xmlChar *name ATTRIBUTE_UNUSED)",
    "test_filename": "tests_debugXML_xmlCtxtDumpEntityCallback.c"
  },
  {
    "function_name": "xmlCtxtDumpEntities",
    "function_signature": "static void xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc)",
    "test_filename": "tests_debugXML_xmlCtxtDumpEntities.c"
  },
  {
    "function_name": "xmlCtxtDumpDTD",
    "function_signature": "static void xmlCtxtDumpDTD(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)",
    "test_filename": "tests_debugXML_xmlCtxtDumpDTD.c"
  },
  {
    "function_name": "xmlDebugDumpString",
    "function_signature": "void xmlDebugDumpString(FILE * output, const xmlChar * str)",
    "test_filename": "tests_debugXML_xmlDebugDumpString.c"
  },
  {
    "function_name": "xmlDebugDumpAttr",
    "function_signature": "void xmlDebugDumpAttr(FILE *output, xmlAttr *attr, int depth)",
    "test_filename": "tests_debugXML_xmlDebugDumpAttr.c"
  },
  {
    "function_name": "xmlDebugDumpEntities",
    "function_signature": "void xmlDebugDumpEntities(FILE * output, xmlDoc *doc)",
    "test_filename": "tests_debugXML_xmlDebugDumpEntities.c"
  },
  {
    "function_name": "xmlDebugDumpAttrList",
    "function_signature": "void xmlDebugDumpAttrList(FILE * output, xmlAttr *attr, int depth)",
    "test_filename": "tests_debugXML_xmlDebugDumpAttrList.c"
  },
  {
    "function_name": "xmlDebugDumpOneNode",
    "function_signature": "void xmlDebugDumpOneNode(FILE * output, xmlNode *node, int depth)",
    "test_filename": "tests_debugXML_xmlDebugDumpOneNode.c"
  },
  {
    "function_name": "xmlDebugDumpNode",
    "function_signature": "void xmlDebugDumpNode(FILE * output, xmlNode *node, int depth)",
    "test_filename": "tests_debugXML_xmlDebugDumpNode.c"
  },
  {
    "function_name": "xmlDebugDumpNodeList",
    "function_signature": "void xmlDebugDumpNodeList(FILE * output, xmlNode *node, int depth)",
    "test_filename": "tests_debugXML_xmlDebugDumpNodeList.c"
  },
  {
    "function_name": "xmlDebugDumpDocumentHead",
    "function_signature": "void xmlDebugDumpDocumentHead(FILE * output, xmlDoc *doc)",
    "test_filename": "tests_debugXML_xmlDebugDumpDocumentHead.c"
  },
  {
    "function_name": "xmlDebugDumpDocument",
    "function_signature": "void xmlDebugDumpDocument(FILE * output, xmlDoc *doc)",
    "test_filename": "tests_debugXML_xmlDebugDumpDocument.c"
  },
  {
    "function_name": "xmlDebugDumpDTD",
    "function_signature": "void xmlDebugDumpDTD(FILE * output, xmlDtd *dtd)",
    "test_filename": "tests_debugXML_xmlDebugDumpDTD.c"
  },
  {
    "function_name": "xmlDebugCheckDocument",
    "function_signature": "int xmlDebugCheckDocument(FILE * output, xmlDoc *doc)",
    "test_filename": "tests_debugXML_xmlDebugCheckDocument.c"
  }
]