Home | History | Annotate | Download | only in libxml2

Lines Matching refs:extra

246  * @extra:  extra informations
251 xmlIOErrMemory(const char *extra)
253 __xmlSimpleError(XML_FROM_IO, XML_ERR_NO_MEMORY, NULL, NULL, extra);
260 * @extra: extra informations
265 __xmlIOErr(int domain, int code, const char *extra)
432 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra);
438 * @extra: extra informations
443 xmlIOErr(int code, const char *extra)
445 __xmlIOErr(XML_FROM_IO, code, extra);
451 * @extra: extra informations
3243 * TODO: one should be able to remove one extra copy by copying directly