Searched refs:xmlBufCat (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | buf.h | 40 int xmlBufCat(xmlBufPtr buf, const xmlChar *str);
|
D | buf.c | 1007 xmlBufCat(xmlBufPtr buf, const xmlChar *str) { in xmlBufCat() function 1073 return(xmlBufCat(buf, string)); in xmlBufWriteCHAR() 1144 xmlBufCat(buf, string); in xmlBufWriteQuotedString() 1149 xmlBufCat(buf, string); in xmlBufWriteQuotedString()
|
D | tree.c | 1390 if (xmlBufCat(buf, ent->content)) in xmlStringLenGetNodeList() 1453 if (xmlBufCat(buf, buffer)) in xmlStringLenGetNodeList() 1590 if (xmlBufCat(buf, ent->content)) in xmlStringGetNodeList() 1649 if (xmlBufCat(buf, buffer)) in xmlStringGetNodeList() 5432 xmlBufCat(buf, cur->content); in xmlBufGetNodeContent() 5443 xmlBufCat(buf, tmp->content); in xmlBufGetNodeContent() 5490 xmlBufCat(buf, tmp->content); in xmlBufGetNodeContent() 5499 xmlBufCat(buf, cur->content); in xmlBufGetNodeContent() 5545 xmlBufCat(buf, ((xmlNsPtr) cur)->href); in xmlBufGetNodeContent()
|