Home | History | Annotate | Download | only in libxml2

Lines Matching defs:errcode

2967     int errcode;
2977 errcode = xmlBufferAdd(ret->buffer, (const xmlChar *) mem, size);
2978 if (errcode != 0) {