| [ | |
| { | |
| "function_name": "xmlBufEmpty", | |
| "function_signature": "void xmlBufEmpty(xmlBuf *buf)", | |
| "test_filename": "tests_buf_xmlBufEmpty.c" | |
| }, | |
| { | |
| "function_name": "xmlBufShrink", | |
| "function_signature": "size_t xmlBufShrink(xmlBuf *buf, size_t len)", | |
| "test_filename": "tests_buf_xmlBufShrink.c" | |
| }, | |
| { | |
| "function_name": "xmlBufGrowInternal", | |
| "function_signature": "static int xmlBufGrowInternal(xmlBufPtr buf, size_t len)", | |
| "test_filename": "tests_buf_xmlBufGrowInternal.c" | |
| }, | |
| { | |
| "function_name": "xmlBufGrow", | |
| "function_signature": "int xmlBufGrow(xmlBuf *buf, size_t len)", | |
| "test_filename": "tests_buf_xmlBufGrow.c" | |
| }, | |
| { | |
| "function_name": "xmlBufAddLen", | |
| "function_signature": "int xmlBufAddLen(xmlBuf *buf, size_t len)", | |
| "test_filename": "tests_buf_xmlBufAddLen.c" | |
| }, | |
| { | |
| "function_name": "xmlBufAdd", | |
| "function_signature": "int xmlBufAdd(xmlBuf *buf, const xmlChar *str, size_t len)", | |
| "test_filename": "tests_buf_xmlBufAdd.c" | |
| }, | |
| { | |
| "function_name": "xmlBufBackToBuffer", | |
| "function_signature": "int xmlBufBackToBuffer(xmlBuf *buf, xmlBuffer *ret)", | |
| "test_filename": "tests_buf_xmlBufBackToBuffer.c" | |
| }, | |
| { | |
| "function_name": "xmlBufferFree", | |
| "function_signature": "void xmlBufferFree(xmlBuffer *buf)", | |
| "test_filename": "tests_buf_xmlBufferFree.c" | |
| }, | |
| { | |
| "function_name": "xmlBufferEmpty", | |
| "function_signature": "void xmlBufferEmpty(xmlBuffer *buf)", | |
| "test_filename": "tests_buf_xmlBufferEmpty.c" | |
| }, | |
| { | |
| "function_name": "xmlBufferShrink", | |
| "function_signature": "int xmlBufferShrink(xmlBuffer *buf, unsigned int len)", | |
| "test_filename": "tests_buf_xmlBufferShrink.c" | |
| }, | |
| { | |
| "function_name": "xmlBufferGrow", | |
| "function_signature": "int xmlBufferGrow(xmlBuffer *buf, unsigned int len)", | |
| "test_filename": "tests_buf_xmlBufferGrow.c" | |
| }, | |
| { | |
| "function_name": "xmlBufferDump", | |
| "function_signature": "int xmlBufferDump(FILE *file, xmlBuffer *buf)", | |
| "test_filename": "tests_buf_xmlBufferDump.c" | |
| }, | |
| { | |
| "function_name": "xmlBufferResize", | |
| "function_signature": "int xmlBufferResize(xmlBuffer *buf, unsigned int size)", | |
| "test_filename": "tests_buf_xmlBufferResize.c" | |
| }, | |
| { | |
| "function_name": "xmlBufferAdd", | |
| "function_signature": "int xmlBufferAdd(xmlBuffer *buf, const xmlChar *str, int len)", | |
| "test_filename": "tests_buf_xmlBufferAdd.c" | |
| }, | |
| { | |
| "function_name": "xmlBufferAddHead", | |
| "function_signature": "int xmlBufferAddHead(xmlBuffer *buf, const xmlChar *str, int len)", | |
| "test_filename": "tests_buf_xmlBufferAddHead.c" | |
| }, | |
| { | |
| "function_name": "xmlBufferWriteQuotedString", | |
| "function_signature": "void xmlBufferWriteQuotedString(xmlBuffer *buf, const xmlChar *string)", | |
| "test_filename": "tests_buf_xmlBufferWriteQuotedString.c" | |
| } | |
| ] |