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

  /external/libxml2/
buf.c 8 * xmlBuf...() counterparts to the old xmlBuf...() functions
36 * xmlBuf:
57 * Macro for compatibility with xmlBuffer to be used after an xmlBuf
67 * Macro for compatibility with xmlBuffer to be used in all the xmlBuf
125 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf));
159 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf));
237 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf));
582 xmlBufContent(const xmlBuf *buf)
615 * using the xmlBuf APIs that is used to expand the used spac
    [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
tree.h 87 * is being deprecated, use API with xmlBuf instead
100 * xmlBuf:
105 typedef struct _xmlBuf xmlBuf;
114 typedef xmlBuf *xmlBufPtr;
117 * A few public routines for xmlBuf. As those are expected to be used
120 XMLPUBFUN xmlChar* XMLCALL xmlBufContent (const xmlBuf* buf);
693 * Handling Buffers, the old ones see @xmlBuf for the new ones.
    [all...]

Completed in 291 milliseconds