Home
last modified time | relevance | path

Searched refs:xmlBufPtr (Results 1 – 14 of 14) 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.c91 xmlBufMemoryError(xmlBufPtr buf, const char *extra) in xmlBufMemoryError()
106 xmlBufOverflowError(xmlBufPtr buf, const char *extra) in xmlBufOverflowError()
120 xmlBufPtr
122 xmlBufPtr ret; in xmlBufCreate()
124 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf)); in xmlBufCreate()
154 xmlBufPtr
156 xmlBufPtr ret; in xmlBufCreateSize()
158 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf)); in xmlBufCreateSize()
195 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach()
229 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()
2181 xmlBufPtr buffer; in xmlAttrSerializeTxtContent()
2212 xmlBufPtr buffer; in xmlNodeDump()
2244 xmlBufNodeDump(xmlBufPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, in xmlBufNodeDump()
Dencoding.c2057 xmlBufPtr in; in xmlCharEncFirstLineInput()
2058 xmlBufPtr out; in xmlCharEncFirstLineInput()
2183 xmlBufPtr in; in xmlCharEncInput()
2184 xmlBufPtr out; in xmlCharEncInput()
2414 xmlBufPtr in; in xmlCharEncOutput()
2415 xmlBufPtr out; in xmlCharEncOutput()
DHTMLtree.c408 htmlBufNodeDumpFormat(xmlBufPtr buf, xmlDocPtr doc, xmlNodePtr cur, in htmlBufNodeDumpFormat()
453 xmlBufPtr buffer; in htmlNodeDump()
Dtree.c1276 xmlBufPtr buf; in xmlStringLenGetNodeList()
1484 xmlBufPtr buf; in xmlStringGetNodeList()
5328 xmlBufPtr buf; in xmlNodeBufGetContent()
5354 xmlBufGetNodeContent(xmlBufPtr buf, const xmlNode *cur) in xmlBufGetNodeContent()
5502 xmlBufPtr buf; in xmlNodeGetContent()
5522 xmlBufPtr buf; in xmlNodeGetContent()
5552 xmlBufPtr buf; in xmlNodeGetContent()
Dxpath.c9234 xmlBufPtr target; in xmlXPathSubstringBeforeFunction()
9277 xmlBufPtr target; in xmlXPathSubstringAfterFunction()
9321 xmlBufPtr target; in xmlXPathNormalizeFunction()
9393 xmlBufPtr target; in xmlXPathTranslateFunction()
15249 xmlBufPtr target; in xmlXPathEscapeUriFunction()
Dxmlreader.c144 xmlBufPtr buffer; /* used to return const xmlChar * */
825 xmlBufPtr inbuf; in xmlTextReaderPushData()
Dtestapi.c18453 static xmlBufPtr gen_xmlBufPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlBufPtr()
18456 static void des_xmlBufPtr(int no ATTRIBUTE_UNUSED, xmlBufPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE… in des_xmlBufPtr()
18465 xmlBufPtr buf; /* the buffer */ in test_xmlBufEnd()
18504 xmlBufPtr buf; /* a buffer xmlBufPtr */ in test_xmlBufGetNodeContent()
18558 static xmlBufPtr gen_const_xmlBufPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_const_xmlBufPtr()
18561 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.h113 typedef xmlBuf *xmlBufPtr; typedef
120 XMLPUBFUN xmlChar* XMLCALL xmlBufEnd (xmlBufPtr buf);
121 XMLPUBFUN size_t XMLCALL xmlBufUse (const xmlBufPtr buf);
122 XMLPUBFUN size_t XMLCALL xmlBufShrink (xmlBufPtr buf, size_t len);
1081 xmlBufGetNodeContent (xmlBufPtr buf,
1192 xmlBufNodeDump (xmlBufPtr buf,
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle130 d buffer like(xmlBufPtr) UTF-8 local buffer
131 d raw like(xmlBufPtr) Raw input buffer
146 d buffer like(xmlBufPtr) UTF-8/ISOLatin local
147 d conv like(xmlBufPtr) Buffer for output
Dtree.rpgle96 * xmlBufPtr:
101 d xmlBufPtr s * based(######typedef######)
107 d buf value like(xmlBufPtr) const
110 d buf value like(xmlBufPtr) const
113 d buf value like(xmlBufPtr) const
116 d buf value like(xmlBufPtr)
1326 d buf value like(xmlBufPtr)
1480 d buf value like(xmlBufPtr)