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 1015 * xmlBufWriteCHAR:
1026 xmlBufWriteCHAR(xmlBufPtr buf, const xmlChar *string) {
1036 * xmlBufWriteChar:
1047 xmlBufWriteChar(xmlBufPtr buf, const char *string) {
    [all...]

Completed in 525 milliseconds