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 | 1377 if (xmlBufCat(buf, ent->content)) in xmlStringLenGetNodeList() 1440 if (xmlBufCat(buf, buffer)) in xmlStringLenGetNodeList() 1575 if (xmlBufCat(buf, ent->content)) in xmlStringGetNodeList() 1634 if (xmlBufCat(buf, buffer)) in xmlStringGetNodeList() 5390 xmlBufCat(buf, cur->content); in xmlBufGetNodeContent() 5401 xmlBufCat(buf, tmp->content); in xmlBufGetNodeContent() 5448 xmlBufCat(buf, tmp->content); in xmlBufGetNodeContent() 5457 xmlBufCat(buf, cur->content); in xmlBufGetNodeContent() 5503 xmlBufCat(buf, ((xmlNsPtr) cur)->href); in xmlBufGetNodeContent()
|