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

  /external/libxml2/
buf.h 41 int xmlBufCCat(xmlBufPtr buf, const char *str);
buf.c 1017 * xmlBufCCat:
1027 xmlBufCCat(xmlBufPtr buf, const char *str) {
1037 "xmlBufCCat: str == NULL\n");
1094 return(xmlBufCCat(buf, string));
1124 xmlBufCCat(buf, "\"");
1140 xmlBufCCat(buf, "\"");
1143 xmlBufCCat(buf, "\'");
1145 xmlBufCCat(buf, "\'");
1148 xmlBufCCat(buf, "\"");
1150 xmlBufCCat(buf, "\"")
    [all...]
HTMLtree.c 711 xmlBufCCat(buf->buffer, "\"");
751 xmlBufCCat(buf->buffer, "\"");
    [all...]

Completed in 2635 milliseconds