Home | History | Annotate | Download | only in libxml2

Lines Matching refs:extra

243  * @extra:  extra informations
248 xmlIOErrMemory(const char *extra)
250 __xmlSimpleError(XML_FROM_IO, XML_ERR_NO_MEMORY, NULL, NULL, extra);
257 * @extra: extra informations
262 __xmlIOErr(int domain, int code, const char *extra)
429 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra);
435 * @extra: extra informations
440 xmlIOErr(int code, const char *extra)
442 __xmlIOErr(XML_FROM_IO, code, extra);
448 * @extra: extra informations
3064 * TODO: one should be able to remove one extra copy by copying directly