Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlBufferDump

7127  * xmlBufferDump:
7135 xmlBufferDump(FILE *file, xmlBufferPtr buf) {
7141 "xmlBufferDump: buf == NULL\n");
7148 "xmlBufferDump: buf->content == NULL\n");