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

  /external/libxml2/
buf.h 42 int xmlBufWriteCHAR(xmlBufPtr buf, const xmlChar *string);
43 int xmlBufWriteChar(xmlBufPtr buf, const char *string);
buf.c 1056 * xmlBufWriteCHAR:
1067 xmlBufWriteCHAR(xmlBufPtr buf, const xmlChar *string) {
1077 * xmlBufWriteChar:
1088 xmlBufWriteChar(xmlBufPtr buf, const char *string) {
    [all...]

Completed in 92 milliseconds