File size: 14,879 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 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 |
[
{
"function_name": "xmlTextReaderErr",
"function_signature": "static void xmlTextReaderErr(xmlParserErrors code, const char *msg, ...)",
"test_filename": "tests_xmlreader_xmlTextReaderErr.c"
},
{
"function_name": "xmlTextReaderErrMemory",
"function_signature": "static void xmlTextReaderErrMemory(xmlTextReaderPtr reader)",
"test_filename": "tests_xmlreader_xmlTextReaderErrMemory.c"
},
{
"function_name": "xmlTextReaderFreeProp",
"function_signature": "static void xmlTextReaderFreeProp(xmlTextReaderPtr reader, xmlAttrPtr cur)",
"test_filename": "tests_xmlreader_xmlTextReaderFreeProp.c"
},
{
"function_name": "xmlTextReaderFreeNodeList",
"function_signature": "static void xmlTextReaderFreeNodeList(xmlTextReaderPtr reader, xmlNodePtr cur)",
"test_filename": "tests_xmlreader_xmlTextReaderFreeNodeList.c"
},
{
"function_name": "xmlTextReaderFreeNode",
"function_signature": "static void xmlTextReaderFreeNode(xmlTextReaderPtr reader, xmlNodePtr cur)",
"test_filename": "tests_xmlreader_xmlTextReaderFreeNode.c"
},
{
"function_name": "xmlTextReaderFreeDoc",
"function_signature": "static void xmlTextReaderFreeDoc(xmlTextReaderPtr reader, xmlDocPtr cur)",
"test_filename": "tests_xmlreader_xmlTextReaderFreeDoc.c"
},
{
"function_name": "xmlTextReaderStructuredRelay",
"function_signature": "static void xmlTextReaderStructuredRelay(void *userData, const xmlError *error)",
"test_filename": "tests_xmlreader_xmlTextReaderStructuredRelay.c"
},
{
"function_name": "xmlTextReaderEntPush",
"function_signature": "static int xmlTextReaderEntPush(xmlTextReaderPtr reader, xmlNodePtr value)",
"test_filename": "tests_xmlreader_xmlTextReaderEntPush.c"
},
{
"function_name": "xmlTextReaderEntPop",
"function_signature": "static xmlNodePtr xmlTextReaderEntPop(xmlTextReaderPtr reader)",
"test_filename": "tests_xmlreader_xmlTextReaderEntPop.c"
},
{
"function_name": "xmlTextReaderStartElement",
"function_signature": "static void xmlTextReaderStartElement(void *ctx, const xmlChar *fullname,\n\t const xmlChar **atts)",
"test_filename": "tests_xmlreader_xmlTextReaderStartElement.c"
},
{
"function_name": "xmlTextReaderStartElementNs",
"function_signature": "static void xmlTextReaderStartElementNs(void *ctx,\n const xmlChar *localname,\n\t\t const xmlChar *prefix,\n\t\t const xmlChar *URI,\n\t\t int nb_namespaces,\n\t\t const xmlChar **namespaces,\n\t\t int nb_attributes,\n\t\t int nb_defaulted,\n\t\t const xmlChar **attributes)",
"test_filename": "tests_xmlreader_xmlTextReaderStartElementNs.c"
},
{
"function_name": "xmlTextReaderEndElementNs",
"function_signature": "static void xmlTextReaderEndElementNs(void *ctx,\n const xmlChar * localname,\n const xmlChar * prefix,\n\t\t const xmlChar * URI)",
"test_filename": "tests_xmlreader_xmlTextReaderEndElementNs.c"
},
{
"function_name": "xmlTextReaderPushData",
"function_signature": "static int xmlTextReaderPushData(xmlTextReaderPtr reader)",
"test_filename": "tests_xmlreader_xmlTextReaderPushData.c"
},
{
"function_name": "xmlTextReaderValidatePush",
"function_signature": "static int xmlTextReaderValidatePush(xmlTextReaderPtr reader)",
"test_filename": "tests_xmlreader_xmlTextReaderValidatePush.c"
},
{
"function_name": "xmlTextReaderValidateCData",
"function_signature": "static void xmlTextReaderValidateCData(xmlTextReaderPtr reader,\n const xmlChar *data, int len)",
"test_filename": "tests_xmlreader_xmlTextReaderValidateCData.c"
},
{
"function_name": "xmlTextReaderValidatePop",
"function_signature": "static int xmlTextReaderValidatePop(xmlTextReaderPtr reader)",
"test_filename": "tests_xmlreader_xmlTextReaderValidatePop.c"
},
{
"function_name": "xmlTextReaderValidateEntity",
"function_signature": "static int xmlTextReaderValidateEntity(xmlTextReaderPtr reader)",
"test_filename": "tests_xmlreader_xmlTextReaderValidateEntity.c"
},
{
"function_name": "xmlTextReaderGetSuccessor",
"function_signature": "static xmlNodePtr xmlTextReaderGetSuccessor(xmlNodePtr cur)",
"test_filename": "tests_xmlreader_xmlTextReaderGetSuccessor.c"
},
{
"function_name": "xmlTextReaderDoExpand",
"function_signature": "static int xmlTextReaderDoExpand(xmlTextReaderPtr reader)",
"test_filename": "tests_xmlreader_xmlTextReaderDoExpand.c"
},
{
"function_name": "xmlTextReaderRead",
"function_signature": "int xmlTextReaderRead(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderRead.c"
},
{
"function_name": "xmlTextReaderNext",
"function_signature": "int xmlTextReaderNext(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderNext.c"
},
{
"function_name": "xmlTextReaderDumpCopy",
"function_signature": "static void xmlTextReaderDumpCopy(xmlTextReaderPtr reader, xmlOutputBufferPtr output,\n xmlNodePtr node)",
"test_filename": "tests_xmlreader_xmlTextReaderDumpCopy.c"
},
{
"function_name": "xmlTextReaderNextTree",
"function_signature": "static int xmlTextReaderNextTree(xmlTextReaderPtr reader)",
"test_filename": "tests_xmlreader_xmlTextReaderNextTree.c"
},
{
"function_name": "xmlTextReaderReadTree",
"function_signature": "static int xmlTextReaderReadTree(xmlTextReaderPtr reader)",
"test_filename": "tests_xmlreader_xmlTextReaderReadTree.c"
},
{
"function_name": "xmlTextReaderNextSibling",
"function_signature": "int xmlTextReaderNextSibling(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderNextSibling.c"
},
{
"function_name": "xmlFreeTextReader",
"function_signature": "void xmlFreeTextReader(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlFreeTextReader.c"
},
{
"function_name": "xmlTextReaderClose",
"function_signature": "int xmlTextReaderClose(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderClose.c"
},
{
"function_name": "xmlTextReaderMoveToAttributeNo",
"function_signature": "int xmlTextReaderMoveToAttributeNo(xmlTextReader *reader, int no)",
"test_filename": "tests_xmlreader_xmlTextReaderMoveToAttributeNo.c"
},
{
"function_name": "xmlTextReaderMoveToAttribute",
"function_signature": "int xmlTextReaderMoveToAttribute(xmlTextReader *reader, const xmlChar *name)",
"test_filename": "tests_xmlreader_xmlTextReaderMoveToAttribute.c"
},
{
"function_name": "xmlTextReaderMoveToAttributeNs",
"function_signature": "int xmlTextReaderMoveToAttributeNs(xmlTextReader *reader,\n\tconst xmlChar *localName, const xmlChar *namespaceURI)",
"test_filename": "tests_xmlreader_xmlTextReaderMoveToAttributeNs.c"
},
{
"function_name": "xmlTextReaderMoveToFirstAttribute",
"function_signature": "int xmlTextReaderMoveToFirstAttribute(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderMoveToFirstAttribute.c"
},
{
"function_name": "xmlTextReaderMoveToNextAttribute",
"function_signature": "int xmlTextReaderMoveToNextAttribute(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderMoveToNextAttribute.c"
},
{
"function_name": "xmlTextReaderMoveToElement",
"function_signature": "int xmlTextReaderMoveToElement(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderMoveToElement.c"
},
{
"function_name": "xmlTextReaderReadAttributeValue",
"function_signature": "int xmlTextReaderReadAttributeValue(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderReadAttributeValue.c"
},
{
"function_name": "xmlTextReaderAttributeCount",
"function_signature": "int xmlTextReaderAttributeCount(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderAttributeCount.c"
},
{
"function_name": "xmlTextReaderNodeType",
"function_signature": "int xmlTextReaderNodeType(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderNodeType.c"
},
{
"function_name": "xmlTextReaderIsEmptyElement",
"function_signature": "int xmlTextReaderIsEmptyElement(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderIsEmptyElement.c"
},
{
"function_name": "xmlTextReaderDepth",
"function_signature": "int xmlTextReaderDepth(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderDepth.c"
},
{
"function_name": "xmlTextReaderHasAttributes",
"function_signature": "int xmlTextReaderHasAttributes(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderHasAttributes.c"
},
{
"function_name": "xmlTextReaderHasValue",
"function_signature": "int xmlTextReaderHasValue(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderHasValue.c"
},
{
"function_name": "xmlTextReaderSetParserProp",
"function_signature": "int xmlTextReaderSetParserProp(xmlTextReader *reader, int prop, int value)",
"test_filename": "tests_xmlreader_xmlTextReaderSetParserProp.c"
},
{
"function_name": "xmlTextReaderGetParserProp",
"function_signature": "int xmlTextReaderGetParserProp(xmlTextReader *reader, int prop)",
"test_filename": "tests_xmlreader_xmlTextReaderGetParserProp.c"
},
{
"function_name": "xmlTextReaderPreservePattern",
"function_signature": "int xmlTextReaderPreservePattern(xmlTextReader *reader, const xmlChar *pattern,\n const xmlChar **namespaces)",
"test_filename": "tests_xmlreader_xmlTextReaderPreservePattern.c"
},
{
"function_name": "xmlTextReaderRelaxNGSetSchema",
"function_signature": "int xmlTextReaderRelaxNGSetSchema(xmlTextReader *reader, xmlRelaxNG *schema)",
"test_filename": "tests_xmlreader_xmlTextReaderRelaxNGSetSchema.c"
},
{
"function_name": "xmlTextReaderLocator",
"function_signature": "static int xmlTextReaderLocator(void *ctx, const char **file, unsigned long *line)",
"test_filename": "tests_xmlreader_xmlTextReaderLocator.c"
},
{
"function_name": "xmlTextReaderSetSchema",
"function_signature": "int xmlTextReaderSetSchema(xmlTextReader *reader, xmlSchema *schema)",
"test_filename": "tests_xmlreader_xmlTextReaderSetSchema.c"
},
{
"function_name": "xmlTextReaderRelaxNGValidateInternal",
"function_signature": "static int xmlTextReaderRelaxNGValidateInternal(xmlTextReaderPtr reader,\n\t\t\t\t const char *rng,\n\t\t\t\t xmlRelaxNGValidCtxtPtr ctxt,\n\t\t\t\t int options ATTRIBUTE_UNUSED)",
"test_filename": "tests_xmlreader_xmlTextReaderRelaxNGValidateInternal.c"
},
{
"function_name": "xmlTextReaderSchemaValidateInternal",
"function_signature": "static int xmlTextReaderSchemaValidateInternal(xmlTextReaderPtr reader,\n\t\t\t\t const char *xsd,\n\t\t\t\t xmlSchemaValidCtxtPtr ctxt,\n\t\t\t\t int options ATTRIBUTE_UNUSED)",
"test_filename": "tests_xmlreader_xmlTextReaderSchemaValidateInternal.c"
},
{
"function_name": "xmlTextReaderIsNamespaceDecl",
"function_signature": "int xmlTextReaderIsNamespaceDecl(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderIsNamespaceDecl.c"
},
{
"function_name": "xmlTextReaderStandalone",
"function_signature": "int xmlTextReaderStandalone(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderStandalone.c"
},
{
"function_name": "xmlTextReaderLocatorLineNumber",
"function_signature": "int xmlTextReaderLocatorLineNumber(xmlTextReaderLocatorPtr locator)",
"test_filename": "tests_xmlreader_xmlTextReaderLocatorLineNumber.c"
},
{
"function_name": "xmlTextReaderSetErrorHandler",
"function_signature": "void xmlTextReaderSetErrorHandler(xmlTextReader *reader,\n xmlTextReaderErrorFunc f, void *arg)",
"test_filename": "tests_xmlreader_xmlTextReaderSetErrorHandler.c"
},
{
"function_name": "xmlTextReaderSetStructuredErrorHandler",
"function_signature": "void xmlTextReaderSetStructuredErrorHandler(xmlTextReader *reader,\n xmlStructuredErrorFunc f, void *arg)",
"test_filename": "tests_xmlreader_xmlTextReaderSetStructuredErrorHandler.c"
},
{
"function_name": "xmlTextReaderIsValid",
"function_signature": "int xmlTextReaderIsValid(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderIsValid.c"
},
{
"function_name": "xmlTextReaderSetup",
"function_signature": "int xmlTextReaderSetup(xmlTextReader *reader,\n xmlParserInputBuffer *input, const char *URL,\n const char *encoding, int options)",
"test_filename": "tests_xmlreader_xmlTextReaderSetup.c"
},
{
"function_name": "xmlTextReaderByteConsumed",
"function_signature": "long xmlTextReaderByteConsumed(xmlTextReader *reader)",
"test_filename": "tests_xmlreader_xmlTextReaderByteConsumed.c"
},
{
"function_name": "xmlReaderNewWalker",
"function_signature": "int xmlReaderNewWalker(xmlTextReader *reader, xmlDoc *doc)",
"test_filename": "tests_xmlreader_xmlReaderNewWalker.c"
},
{
"function_name": "xmlReaderNewDoc",
"function_signature": "int xmlReaderNewDoc(xmlTextReader *reader, const xmlChar * cur,\n const char *URL, const char *encoding, int options)",
"test_filename": "tests_xmlreader_xmlReaderNewDoc.c"
},
{
"function_name": "xmlReaderNewFile",
"function_signature": "int xmlReaderNewFile(xmlTextReader *reader, const char *filename,\n const char *encoding, int options)",
"test_filename": "tests_xmlreader_xmlReaderNewFile.c"
},
{
"function_name": "xmlReaderNewMemory",
"function_signature": "int xmlReaderNewMemory(xmlTextReader *reader, const char *buffer, int size,\n const char *URL, const char *encoding, int options)",
"test_filename": "tests_xmlreader_xmlReaderNewMemory.c"
},
{
"function_name": "xmlReaderNewFd",
"function_signature": "int xmlReaderNewFd(xmlTextReader *reader, int fd,\n const char *URL, const char *encoding, int options)",
"test_filename": "tests_xmlreader_xmlReaderNewFd.c"
},
{
"function_name": "xmlReaderNewIO",
"function_signature": "int xmlReaderNewIO(xmlTextReader *reader, xmlInputReadCallback ioread,\n xmlInputCloseCallback ioclose, void *ioctx,\n const char *URL, const char *encoding, int options)",
"test_filename": "tests_xmlreader_xmlReaderNewIO.c"
}
] |