| [ |
| { |
| "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" |
| } |
| ] |