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