Lines Matching refs:extra
63 * @extra: extra informations
68 xmlTreeErrMemory(const char *extra)
70 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra);
76 * @extra: extra informations
81 xmlTreeErr(int code, xmlNodePtr node, const char *extra)
101 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra);
678 * XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed,
693 * XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed,
2610 * Creation of a new text node with an extra parameter for the content's length
2644 * Creation of a new text node with an extra content length parameter. The
5594 * @content: extra content
5597 * Append the extra substring to the node content.
5670 * @content: extra content
5672 * Append the extra substring to the node content.
8964 cur->extra = 0;