Searched refs:xmlNewText (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
H A Dattributes.c947 copyTxt = xmlNewText(NULL);
966 copyTxt = xmlNewText(inst->children->content);
H A Dtemplates.c542 text = xmlNewText(NULL);
728 text = xmlNewText(NULL);
/external/chromium_org/third_party/libxml/src/
H A Dxinclude.c1037 tmp = xmlNewText(content);
1878 node = xmlNewText(NULL);
H A Dxmlsave.c1196 cur->children = xmlNewText(cur->name);
H A Dxpointer.c1523 tmp = xmlNewText(content);
H A Delfgcchack.h6277 #undef xmlNewText macro
6278 extern __typeof (xmlNewText) xmlNewText __attribute((alias("xmlNewText__internal_alias")));
6280 #ifndef xmlNewText
6281 extern __typeof (xmlNewText) xmlNewText__internal_alias __attribute((visibility("hidden")));
6282 #define xmlNewText xmlNewText__internal_alias macro
H A Dtree.c2376 * xmlNewText:
2383 xmlNewText(const xmlChar *content) { function
2600 cur = xmlNewText(content);
H A Drelaxng.c7189 text = xmlNewText(name);
H A Dxmlschemas.c26188 textChild = xmlNewText(BAD_CAST normValue);
26191 textChild = xmlNewText(inode->decl->value);
26194 "calling xmlNewText()");
H A Dtestapi.c571 if (no == 0) return(xmlNewText(BAD_CAST "text"));
21818 ret_val = xmlNewText((const xmlChar *)content);
21824 printf("Leak of %d blocks found in xmlNewText",
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h809 xmlNewText (const xmlChar *content);
/external/libxml2/include/libxml/
H A Dtree.h848 xmlNewText (const xmlChar *content);
/external/libxml2/
H A Dxinclude.c1040 tmp = xmlNewText(content);
1896 node = xmlNewText(NULL);
H A Dxmlsave.c1365 cur->children = xmlNewText(cur->name);
H A Dxpointer.c1526 tmp = xmlNewText(content);
H A Delfgcchack.h6379 #undef xmlNewText macro
6380 extern __typeof (xmlNewText) xmlNewText __attribute((alias("xmlNewText__internal_alias")));
6382 #ifndef xmlNewText
6383 extern __typeof (xmlNewText) xmlNewText__internal_alias __attribute((visibility("hidden")));
6384 #define xmlNewText xmlNewText__internal_alias macro
H A Dtree.c2416 * xmlNewText:
2423 xmlNewText(const xmlChar *content) { function
2640 cur = xmlNewText(content);
H A Drelaxng.c7190 text = xmlNewText(name);
H A Dxmlschemas.c26234 textChild = xmlNewText(BAD_CAST normValue);
26237 textChild = xmlNewText(inode->decl->value);
26240 "calling xmlNewText()");

Completed in 603 milliseconds