Home
last modified time | relevance | path

Searched refs:xmlBufPtr (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/
Dbuf.h22 xmlBufPtr xmlBufCreate(void);
23 xmlBufPtr xmlBufCreateSize(size_t size);
24 xmlBufPtr xmlBufCreateStatic(void *mem, size_t size);
26 int xmlBufSetAllocationScheme(xmlBufPtr buf,
28 int xmlBufGetAllocationScheme(xmlBufPtr buf);
30 void xmlBufFree(xmlBufPtr buf);
31 void xmlBufEmpty(xmlBufPtr buf);
34 int xmlBufGrow(xmlBufPtr buf, int len);
35 int xmlBufInflate(xmlBufPtr buf, size_t len);
36 int xmlBufResize(xmlBufPtr buf, size_t len);
[all …]
Dbuf.c92 xmlBufMemoryError(xmlBufPtr buf, const char *extra) in xmlBufMemoryError()
107 xmlBufOverflowError(xmlBufPtr buf, const char *extra) in xmlBufOverflowError()
121 xmlBufPtr
123 xmlBufPtr ret; in xmlBufCreate()
125 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf)); in xmlBufCreate()
155 xmlBufPtr
157 xmlBufPtr ret; in xmlBufCreateSize()
159 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf)); in xmlBufCreateSize()
196 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach()
230 xmlBufPtr
[all …]
Dsave.h22 void xmlBufAttrSerializeTxtContent(xmlBufPtr buf, xmlDocPtr doc,
24 void xmlBufDumpNotationTable(xmlBufPtr buf, xmlNotationTablePtr table);
25 void xmlBufDumpElementDecl(xmlBufPtr buf, xmlElementPtr elem);
26 void xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr);
27 void xmlBufDumpEntityDecl(xmlBufPtr buf, xmlEntityPtr ent);
Dxmlsave.c468 xmlBufDumpNotationTable(xmlBufPtr buf, xmlNotationTablePtr table) { in xmlBufDumpNotationTable()
491 xmlBufDumpElementDecl(xmlBufPtr buf, xmlElementPtr elem) { in xmlBufDumpElementDecl()
514 xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr) { in xmlBufDumpAttributeDecl()
536 xmlBufDumpEntityDecl(xmlBufPtr buf, xmlEntityPtr ent) { in xmlBufDumpEntityDecl()
2049 xmlBufAttrSerializeTxtContent(xmlBufPtr buf, xmlDocPtr doc, in xmlBufAttrSerializeTxtContent()
2176 xmlBufPtr buffer; in xmlAttrSerializeTxtContent()
2207 xmlBufPtr buffer; in xmlNodeDump()
2239 xmlBufNodeDump(xmlBufPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, in xmlBufNodeDump()
Dencoding.c2103 xmlBufPtr in; in xmlCharEncFirstLineInput()
2104 xmlBufPtr out; in xmlCharEncFirstLineInput()
2210 xmlBufPtr in; in xmlCharEncInput()
2211 xmlBufPtr out; in xmlCharEncInput()
2401 xmlBufPtr in; in xmlCharEncOutput()
2402 xmlBufPtr out; in xmlCharEncOutput()
Dtree.c1282 xmlBufPtr buf; in xmlStringLenGetNodeList()
1492 xmlBufPtr buf; in xmlStringGetNodeList()
5358 xmlBufPtr buf; in xmlNodeBufGetContent()
5384 xmlBufGetNodeContent(xmlBufPtr buf, const xmlNode *cur) in xmlBufGetNodeContent()
5532 xmlBufPtr buf; in xmlNodeGetContent()
5552 xmlBufPtr buf; in xmlNodeGetContent()
5582 xmlBufPtr buf; in xmlNodeGetContent()
Dxpath.c9250 xmlBufPtr target; in xmlXPathSubstringBeforeFunction()
9293 xmlBufPtr target; in xmlXPathSubstringAfterFunction()
9337 xmlBufPtr target; in xmlXPathNormalizeFunction()
9409 xmlBufPtr target; in xmlXPathTranslateFunction()
15176 xmlBufPtr target; in xmlXPathEscapeUriFunction()
Dxmlreader.c144 xmlBufPtr buffer; /* used to return const xmlChar * */
830 xmlBufPtr inbuf; in xmlTextReaderPushData()
Dtestapi.c18564 static xmlBufPtr gen_xmlBufPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlBufPtr()
18567 static void des_xmlBufPtr(int no ATTRIBUTE_UNUSED, xmlBufPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE… in des_xmlBufPtr()
18576 xmlBufPtr buf; /* the buffer */ in test_xmlBufEnd()
18615 xmlBufPtr buf; /* a buffer xmlBufPtr */ in test_xmlBufGetNodeContent()
18669 static xmlBufPtr gen_const_xmlBufPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_const_xmlBufPtr()
18672 static void des_const_xmlBufPtr(int no ATTRIBUTE_UNUSED, const xmlBufPtr val ATTRIBUTE_UNUSED, int … in des_const_xmlBufPtr()
/external/libxml2/include/libxml/
DxmlIO.h132 xmlBufPtr buffer; /* Local buffer encoded in UTF-8 */
133 xmlBufPtr raw; /* if encoder != NULL buffer for raw input */
148 xmlBufPtr buffer; /* Local buffer encoded in UTF-8 or ISOLatin */
149 xmlBufPtr conv; /* if encoder != NULL buffer for output */
Dtree.h114 typedef xmlBuf *xmlBufPtr; typedef
121 XMLPUBFUN xmlChar* XMLCALL xmlBufEnd (xmlBufPtr buf);
122 XMLPUBFUN size_t XMLCALL xmlBufUse (const xmlBufPtr buf);
123 XMLPUBFUN size_t XMLCALL xmlBufShrink (xmlBufPtr buf, size_t len);
1082 xmlBufGetNodeContent (xmlBufPtr buf,
1193 xmlBufNodeDump (xmlBufPtr buf,
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle131 d buffer like(xmlBufPtr) UTF-8 local buffer
132 d raw like(xmlBufPtr) Raw input buffer
147 d buffer like(xmlBufPtr) UTF-8/ISOLatin local
148 d conv like(xmlBufPtr) Buffer for output
Dtree.rpgle98 * xmlBufPtr:
103 d xmlBufPtr s * based(######typedef######)
109 d buf value like(xmlBufPtr) const
112 d buf value like(xmlBufPtr) const
116 d buf value like(xmlBufPtr) const
120 d buf value like(xmlBufPtr)
1356 d buf value like(xmlBufPtr)
1520 d buf value like(xmlBufPtr)