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 956 * xmlBufCat:
966 xmlBufCat(xmlBufPtr buf, const xmlChar *str) {
1032 return(xmlBufCat(buf, string));
1103 xmlBufCat(buf, string);
1108 xmlBufCat(buf, string);
    [all...]
tree.c     [all...]

Completed in 846 milliseconds