HomeSort by relevance Sort by last modified time
    Searched refs:xmlBufCat (Results 1 - 3 of 3) sorted by null

  /external/libxml2/
buf.h 40 int xmlBufCat(xmlBufPtr buf, const xmlChar *str);
buf.c 997 * xmlBufCat:
1007 xmlBufCat(xmlBufPtr buf, const xmlChar *str) {
1073 return(xmlBufCat(buf, string));
1144 xmlBufCat(buf, string);
1149 xmlBufCat(buf, string);
    [all...]
tree.c     [all...]

Completed in 65 milliseconds