Searched refs:xmlNewTextLen (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxinclude.c943 tmp = xmlNewTextLen(NULL, 0);
953 tmp = xmlNewTextLen(content, len);
1004 tmp = xmlNewTextLen(NULL, 0);
H A Dxpointer.c1460 tmp = xmlNewTextLen(NULL, 0);
1470 tmp = xmlNewTextLen(content, len);
1516 tmp = xmlNewTextLen(NULL, 0);
H A Dtree.c2543 * xmlNewTextLen:
2551 xmlNewTextLen(const xmlChar *content, int len) { function
2589 cur = xmlNewTextLen(content, len);
5312 newNode = xmlNewTextLen(content, len);
H A Delfgcchack.h6231 #undef xmlNewTextLen macro
6232 extern __typeof (xmlNewTextLen) xmlNewTextLen __attribute((alias("xmlNewTextLen__internal_alias")));
6234 #ifndef xmlNewTextLen
6235 extern __typeof (xmlNewTextLen) xmlNewTextLen__internal_alias __attribute((visibility("hidden")));
6236 #define xmlNewTextLen xmlNewTextLen__internal_alias macro
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h746 xmlNewTextLen (const xmlChar *content,
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.c636 copy = xmlNewTextLen(string, len);
645 copy = xmlNewTextLen(string, len);
739 copy = xmlNewTextLen(NULL, 0);
765 copy = xmlNewTextLen(cur->content, len);

Completed in 279 milliseconds