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 | 966 xmlBufCat(xmlBufPtr buf, const xmlChar *str) { in xmlBufCat() function 1032 return(xmlBufCat(buf, string)); in xmlBufWriteCHAR() 1103 xmlBufCat(buf, string); in xmlBufWriteQuotedString() 1108 xmlBufCat(buf, string); in xmlBufWriteQuotedString()
|
D | tree.c | 1366 if (xmlBufCat(buf, ent->content)) in xmlStringLenGetNodeList() 1427 if (xmlBufCat(buf, buffer)) in xmlStringLenGetNodeList() 1562 if (xmlBufCat(buf, ent->content)) in xmlStringGetNodeList() 1618 if (xmlBufCat(buf, buffer)) in xmlStringGetNodeList() 5341 xmlBufCat(buf, cur->content); in xmlBufGetNodeContent() 5352 xmlBufCat(buf, tmp->content); in xmlBufGetNodeContent() 5399 xmlBufCat(buf, tmp->content); in xmlBufGetNodeContent() 5408 xmlBufCat(buf, cur->content); in xmlBufGetNodeContent() 5454 xmlBufCat(buf, ((xmlNsPtr) cur)->href); in xmlBufGetNodeContent()
|