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

  /external/libxml2/
buf.h 41 int xmlBufCCat(xmlBufPtr buf, const char *str);
buf.c 976 * xmlBufCCat:
986 xmlBufCCat(xmlBufPtr buf, const char *str) {
996 "xmlBufCCat: str == NULL\n");
1053 return(xmlBufCCat(buf, string));
1083 xmlBufCCat(buf, "\"");
1099 xmlBufCCat(buf, "\"");
1102 xmlBufCCat(buf, "\'");
1104 xmlBufCCat(buf, "\'");
1107 xmlBufCCat(buf, "\"");
1109 xmlBufCCat(buf, "\"")
    [all...]

Completed in 202 milliseconds