| [ | |
| { | |
| "function_name": "xmlSerializeHexCharRef", | |
| "function_signature": "static int xmlSerializeHexCharRef(char *buf, int val)", | |
| "test_filename": "tests_xmlIO_xmlSerializeHexCharRef.c" | |
| }, | |
| { | |
| "function_name": "xmlSerializeText", | |
| "function_signature": "void xmlSerializeText(xmlOutputBuffer *buf, const xmlChar *string, size_t maxSize,\n unsigned flags)", | |
| "test_filename": "tests_xmlIO_xmlSerializeText.c" | |
| }, | |
| { | |
| "function_name": "xmlIOErr", | |
| "function_signature": "static int xmlIOErr(int err)", | |
| "test_filename": "tests_xmlIO_xmlIOErr.c" | |
| }, | |
| { | |
| "function_name": "xmlCheckFilename", | |
| "function_signature": "int xmlCheckFilename(const char *path)", | |
| "test_filename": "tests_xmlIO_xmlCheckFilename.c" | |
| }, | |
| { | |
| "function_name": "xmlConvertUriToPath", | |
| "function_signature": "static int xmlConvertUriToPath(const char *uri, char **out)", | |
| "test_filename": "tests_xmlIO_xmlConvertUriToPath.c" | |
| }, | |
| { | |
| "function_name": "xmlFdOpen", | |
| "function_signature": "static xmlParserErrors xmlFdOpen(const char *filename, int write, int *out)", | |
| "test_filename": "tests_xmlIO_xmlFdOpen.c" | |
| }, | |
| { | |
| "function_name": "xmlFdRead", | |
| "function_signature": "static int xmlFdRead(void *context, char *buffer, int len)", | |
| "test_filename": "tests_xmlIO_xmlFdRead.c" | |
| }, | |
| { | |
| "function_name": "xmlFdWrite", | |
| "function_signature": "static int xmlFdWrite(void *context, const char *buffer, int len)", | |
| "test_filename": "tests_xmlIO_xmlFdWrite.c" | |
| }, | |
| { | |
| "function_name": "xmlFdClose", | |
| "function_signature": "static int xmlFdClose (void * context)", | |
| "test_filename": "tests_xmlIO_xmlFdClose.c" | |
| }, | |
| { | |
| "function_name": "xmlFileOpenSafe", | |
| "function_signature": "static xmlParserErrors xmlFileOpenSafe(const char *filename, int write, void **out)", | |
| "test_filename": "tests_xmlIO_xmlFileOpenSafe.c" | |
| }, | |
| { | |
| "function_name": "xmlFileRead", | |
| "function_signature": "int xmlFileRead(void * context, char * buffer, int len)", | |
| "test_filename": "tests_xmlIO_xmlFileRead.c" | |
| }, | |
| { | |
| "function_name": "xmlFileWrite", | |
| "function_signature": "static int xmlFileWrite(void *context, const char *buffer, int len)", | |
| "test_filename": "tests_xmlIO_xmlFileWrite.c" | |
| }, | |
| { | |
| "function_name": "xmlFileClose", | |
| "function_signature": "int xmlFileClose (void * context)", | |
| "test_filename": "tests_xmlIO_xmlFileClose.c" | |
| }, | |
| { | |
| "function_name": "xmlSeek", | |
| "function_signature": "static xmlFileOffset xmlSeek(int fd, xmlFileOffset offset, int whence)", | |
| "test_filename": "tests_xmlIO_xmlSeek.c" | |
| }, | |
| { | |
| "function_name": "xmlInputFromFd", | |
| "function_signature": "xmlParserErrors xmlInputFromFd(xmlParserInputBuffer *buf, int fd,\n xmlParserInputFlags flags)", | |
| "test_filename": "tests_xmlIO_xmlInputFromFd.c" | |
| }, | |
| { | |
| "function_name": "xmlOutputDefaultOpen", | |
| "function_signature": "static xmlParserErrors xmlOutputDefaultOpen(xmlOutputBufferPtr buf, const char *filename,\n int compression)", | |
| "test_filename": "tests_xmlIO_xmlOutputDefaultOpen.c" | |
| }, | |
| { | |
| "function_name": "xmlFreeParserInputBuffer", | |
| "function_signature": "void xmlFreeParserInputBuffer(xmlParserInputBuffer *in)", | |
| "test_filename": "tests_xmlIO_xmlFreeParserInputBuffer.c" | |
| }, | |
| { | |
| "function_name": "xmlOutputBufferClose", | |
| "function_signature": "int xmlOutputBufferClose(xmlOutputBuffer *out)", | |
| "test_filename": "tests_xmlIO_xmlOutputBufferClose.c" | |
| }, | |
| { | |
| "function_name": "xmlParserInputBufferCreateUrl", | |
| "function_signature": "xmlParserErrors xmlParserInputBufferCreateUrl(const char *URI, xmlCharEncoding enc,\n xmlParserInputFlags flags,\n xmlParserInputBuffer **out)", | |
| "test_filename": "tests_xmlIO_xmlParserInputBufferCreateUrl.c" | |
| }, | |
| { | |
| "function_name": "xmlMemRead", | |
| "function_signature": "static int xmlMemRead(void *vctxt, char *buf, int size)", | |
| "test_filename": "tests_xmlIO_xmlMemRead.c" | |
| }, | |
| { | |
| "function_name": "xmlParserInputBufferCreateFilenameDefault", | |
| "function_signature": "xmlParserInputBufferCreateFilenameFunc xmlParserInputBufferCreateFilenameDefault(\n xmlParserInputBufferCreateFilenameFunc func)", | |
| "test_filename": "tests_xmlIO_xmlParserInputBufferCreateFilenameDefault.c" | |
| }, | |
| { | |
| "function_name": "xmlOutputBufferCreateFilenameDefault", | |
| "function_signature": "xmlOutputBufferCreateFilenameFunc xmlOutputBufferCreateFilenameDefault(xmlOutputBufferCreateFilenameFunc func)", | |
| "test_filename": "tests_xmlIO_xmlOutputBufferCreateFilenameDefault.c" | |
| }, | |
| { | |
| "function_name": "xmlParserInputBufferPush", | |
| "function_signature": "int xmlParserInputBufferPush(xmlParserInputBuffer *in,\n\t int len, const char *buf)", | |
| "test_filename": "tests_xmlIO_xmlParserInputBufferPush.c" | |
| }, | |
| { | |
| "function_name": "xmlParserInputBufferGrow", | |
| "function_signature": "int xmlParserInputBufferGrow(xmlParserInputBuffer *in, int len)", | |
| "test_filename": "tests_xmlIO_xmlParserInputBufferGrow.c" | |
| }, | |
| { | |
| "function_name": "xmlOutputBufferWrite", | |
| "function_signature": "int xmlOutputBufferWrite(xmlOutputBuffer *out, int len, const char *data)", | |
| "test_filename": "tests_xmlIO_xmlOutputBufferWrite.c" | |
| }, | |
| { | |
| "function_name": "xmlOutputBufferWriteEscape", | |
| "function_signature": "int xmlOutputBufferWriteEscape(xmlOutputBuffer *out, const xmlChar *str,\n xmlCharEncodingOutputFunc escaping)", | |
| "test_filename": "tests_xmlIO_xmlOutputBufferWriteEscape.c" | |
| }, | |
| { | |
| "function_name": "xmlOutputBufferWriteString", | |
| "function_signature": "int xmlOutputBufferWriteString(xmlOutputBuffer *out, const char *str)", | |
| "test_filename": "tests_xmlIO_xmlOutputBufferWriteString.c" | |
| }, | |
| { | |
| "function_name": "xmlOutputBufferWriteQuotedString", | |
| "function_signature": "void xmlOutputBufferWriteQuotedString(xmlOutputBuffer *buf,\n const xmlChar *string)", | |
| "test_filename": "tests_xmlIO_xmlOutputBufferWriteQuotedString.c" | |
| }, | |
| { | |
| "function_name": "xmlOutputBufferFlush", | |
| "function_signature": "int xmlOutputBufferFlush(xmlOutputBuffer *out)", | |
| "test_filename": "tests_xmlIO_xmlOutputBufferFlush.c" | |
| }, | |
| { | |
| "function_name": "xmlNoNetExists", | |
| "function_signature": "int xmlNoNetExists(const char *filename)", | |
| "test_filename": "tests_xmlIO_xmlNoNetExists.c" | |
| }, | |
| { | |
| "function_name": "xmlInitIOCallbacks", | |
| "function_signature": "void xmlInitIOCallbacks(void)", | |
| "test_filename": "tests_xmlIO_xmlInitIOCallbacks.c" | |
| }, | |
| { | |
| "function_name": "xmlRegisterInputCallbacks", | |
| "function_signature": "int xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc,\n\txmlInputOpenCallback openFunc, xmlInputReadCallback readFunc,\n\txmlInputCloseCallback closeFunc)", | |
| "test_filename": "tests_xmlIO_xmlRegisterInputCallbacks.c" | |
| }, | |
| { | |
| "function_name": "xmlRegisterOutputCallbacks", | |
| "function_signature": "int xmlRegisterOutputCallbacks(xmlOutputMatchCallback matchFunc,\n\txmlOutputOpenCallback openFunc, xmlOutputWriteCallback writeFunc,\n\txmlOutputCloseCallback closeFunc)", | |
| "test_filename": "tests_xmlIO_xmlRegisterOutputCallbacks.c" | |
| } | |
| ] |