Searched refs:xmlBuf (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/
H A Dbuf.c8 * 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 API
[all...]
H A Dtestapi.c18414 static xmlBuf * gen_const_xmlBuf_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
18417 static void des_const_xmlBuf_ptr(int no ATTRIBUTE_UNUSED, const xmlBuf * val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
18426 xmlBuf * buf; /* the buffer */
18433 ret_val = xmlBufContent((const xmlBuf *)buf);
18436 des_const_xmlBuf_ptr(n_buf, (const xmlBuf *)buf, 0);
[all...]
/external/libxml2/include/libxml/
H A Dtree.h87 * is being deprecated, use API with xmlBuf instead
100 * xmlBuf:
105 typedef struct _xmlBuf xmlBuf; typedef in typeref:struct:_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.

Completed in 164 milliseconds