Home
last modified time | relevance | path

Searched refs:xmlBuf (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/
Dbuf.c124 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf)); in xmlBufCreate()
158 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf)); in xmlBufCreateSize()
236 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf)); in xmlBufCreateStatic()
568 xmlBufContent(const xmlBuf *buf) in xmlBufContent()
1132 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf)); in xmlBufFromBuffer()
DNEWS304 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),
Dtestapi.c18414 static xmlBuf * gen_const_xmlBuf_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_const_xmlBuf_ptr()
18417 static void des_const_xmlBuf_ptr(int no ATTRIBUTE_UNUSED, const xmlBuf * val ATTRIBUTE_UNUSED, int … in des_const_xmlBuf_ptr()
18426 xmlBuf * buf; /* the buffer */ in test_xmlBufContent()
18433 ret_val = xmlBufContent((const xmlBuf *)buf); in test_xmlBufContent()
18436 des_const_xmlBuf_ptr(n_buf, (const xmlBuf *)buf, 0); in test_xmlBufContent()
/external/libxml2/include/libxml/
Dtree.h104 typedef struct _xmlBuf xmlBuf; typedef
113 typedef xmlBuf *xmlBufPtr;
119 XMLPUBFUN xmlChar* XMLCALL xmlBufContent (const xmlBuf* buf);
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle84 * is being deprecated, use API with xmlBuf instead
103 * A few public routines for xmlBuf. As those are expected to be used
664 * Handling Buffers, the old ones see @xmlBuf for the new ones.