Home | History | Annotate | Download | only in libxml2

Lines Matching refs:extra

262  * @extra:  extra informations
267 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra)
270 if (extra) {
275 extra);
286 if (extra)
290 extra, NULL, NULL, 0, 0,
291 "Memory allocation failed : %s\n", extra);
304 * @extra: extra informations
309 xmlXPathPErrMemory(xmlXPathParserContextPtr ctxt, const char *extra)
312 xmlXPathErrMemory(NULL, extra);
315 xmlXPathErrMemory(ctxt->context, extra);
4711 * Routines to handle extra functions *
14952 * Extra functions not pertaining to the XPath spec *