HomeSort by relevance Sort by last modified time
    Searched full:xmlbuf (Results 1 - 17 of 17) sorted by null

  /external/expat/tests/benchmark/
benchmark.c 28 char *XMLBuf, *XMLBufEnd, *XMLBufPtr;
69 XMLBuf = malloc (fileAttr.st_size);
70 fileSize = fread (XMLBuf, sizeof (char), fileAttr.st_size, fd);
79 XMLBufEnd = XMLBuf + fileSize;
81 XMLBufPtr = XMLBuf;
96 free (XMLBuf);
109 free (XMLBuf);
  /external/libxml2/
buf.h 3 * Description: this module describes most of the new xmlBuf buffer
53 /* const xmlChar * xmlBufContent(const xmlBuf *buf); */
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...]
NEWS 304 use xmlBuf... if DEBUG_INPUT is defined (Roumen Petrov),
354 Improve compatibility between xmlBuf and xmlBuffer (Daniel Veillard),
379 New saving functions using xmlBuf and conversion (Daniel Veillard),
380 Provide new xmlBuf based saving functions (Daniel Veillard),
388 Convert XPath to xmlBuf (Daniel Veillard),
    [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...]
  /external/libxml2/os400/libxmlrpg/
tree.rpgle 86 * is being deprecated, use API with xmlBuf instead
105 * A few public routines for xmlBuf. As those are expected to be used
679 * Handling Buffers, the old ones see @xmlBuf for the new ones.
    [all...]
  /external/libxml2/doc/devhelp/
libxml2-tree.html 77 typedef struct _xmlBuf <a href="#xmlBuf">xmlBuf</a>;
86 typedef <a href="libxml2-tree.html#xmlBuf">xmlBuf</a> * <a href="#xmlBufPtr">xmlBufPtr</a>;
110 <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlBufContent">xmlBufContent</a> (const <a href="libxml2-tree.html#xmlBuf">xmlBuf</a> * buf);
    [all...]
libxml2.devhelp     [all...]
  /external/libxml2/doc/html/
libxml-tree.html 19 </pre><pre class="programlisting">Structure <a href="#xmlBuf">xmlBuf</a><br />struct _xmlBuf
21 </pre><pre class="programlisting">Typedef <a href="libxml-tree.html#xmlBuf">xmlBuf</a> * <a name="xmlBufPtr" id="xmlBufPtr">xmlBufPtr</a>
73 <pre class="programlisting"><a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlBufContent">xmlBufContent</a> (const <a href="libxml-tree.html#xmlBuf">xmlBuf</a> * buf)</pre>
    [all...]
  /external/libxml2/doc/
news.html     [all...]
xml.html     [all...]
libxml2-api.xml     [all...]
libxml2-refs.xml     [all...]
APIfiles.html     [all...]
APIsymbols.html     [all...]
APIfunctions.html 112 </p><h2>Type const xmlBuf *:</h2><p><a href="html/libxml-tree.html#xmlBufContent">xmlBufContent</a><br />
    [all...]

Completed in 841 milliseconds