Home
last modified time | relevance | path

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

/external/libxml2/
Dbuf.c125 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf)); in xmlBufCreate()
159 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf)); in xmlBufCreateSize()
237 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf)); in xmlBufCreateStatic()
582 xmlBufContent(const xmlBuf *buf) in xmlBufContent()
1173 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.h105 typedef struct _xmlBuf xmlBuf; typedef
114 typedef xmlBuf *xmlBufPtr;
120 XMLPUBFUN xmlChar* XMLCALL xmlBufContent (const xmlBuf* buf);
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle85 * is being deprecated, use API with xmlBuf instead
104 * A few public routines for xmlBuf. As those are expected to be used
667 * Handling Buffers, the old ones see @xmlBuf for the new ones.