Home | History | Annotate | Download | only in libxml2

Lines Matching refs:extra

53  * @extra:  extra informations
58 xmlVErrMemory(xmlValidCtxtPtr ctxt, const char *extra)
76 if (extra)
79 XML_ERR_FATAL, NULL, 0, extra, NULL, NULL, 0, 0,
80 "Memory allocation failed : %s\n", extra);
92 * @extra: extra informations
98 const char *msg, const char *extra)
116 if (extra)
119 XML_ERR_ERROR, NULL, 0, extra, NULL, NULL, 0, 0,
120 msg, extra);
134 * @str1: extra informations
135 * @str2: extra informations
136 * @str3: extra informations
177 * @str1: extra informations
178 * @int2: extra informations
179 * @str3: extra informations
218 * @str1: extra information
219 * @str2: extra information
220 * @str3: extra information
3987 * Does the validation related extra step of the normalization of attribute
4076 * Does the validation related extra step of the normalization of attribute
4542 /* Extra check for the attribute value */
4763 /* Extra check for the attribute value */