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 | 1371 if (xmlBufCat(buf, ent->content)) in xmlStringLenGetNodeList() 1432 if (xmlBufCat(buf, buffer)) in xmlStringLenGetNodeList() 1567 if (xmlBufCat(buf, ent->content)) in xmlStringGetNodeList() 1623 if (xmlBufCat(buf, buffer)) in xmlStringGetNodeList() 5379 xmlBufCat(buf, cur->content); in xmlBufGetNodeContent() 5390 xmlBufCat(buf, tmp->content); in xmlBufGetNodeContent() 5437 xmlBufCat(buf, tmp->content); in xmlBufGetNodeContent() 5446 xmlBufCat(buf, cur->content); in xmlBufGetNodeContent() 5492 xmlBufCat(buf, ((xmlNsPtr) cur)->href); in xmlBufGetNodeContent()
|