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)
98 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra);
675 * XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed,
688 * XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed,
2591 * Creation of a new text node with an extra parameter for the content's length
2625 * Creation of a new text node with an extra content length parameter. The
5349 * @content: extra content
5352 * Append the extra substring to the node content.
5425 * @content: extra content
5427 * Append the extra substring to the node content.
8634 cur->extra = 0;