HomeSort by relevance Sort by last modified time
    Searched refs:xmlBufPtr (Results 1 - 11 of 11) sorted by null

  /external/libxml2/
buf.h 22 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);
33 /* size_t xmlBufShrink(xmlBufPtr buf, size_t len); */
34 int xmlBufGrow(xmlBufPtr buf, int len);
35 int xmlBufInflate(xmlBufPtr buf, size_t len)
    [all...]
save.h 22 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);
buf.c 7 * The new entry point use the xmlBufPtr opaque structure and
92 xmlBufMemoryError(xmlBufPtr buf, const char *extra)
107 xmlBufOverflowError(xmlBufPtr buf, const char *extra)
121 xmlBufPtr
123 xmlBufPtr ret;
125 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf));
155 xmlBufPtr
157 xmlBufPtr ret;
159 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf));
196 xmlBufDetach(xmlBufPtr buf)
    [all...]
xmlsave.c 462 * @buf: an xmlBufPtr output
468 xmlBufDumpNotationTable(xmlBufPtr buf, xmlNotationTablePtr table) {
484 * @buf: an xmlBufPtr output
491 xmlBufDumpElementDecl(xmlBufPtr buf, xmlElementPtr elem) {
507 * @buf: an xmlBufPtr output
514 xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr) {
530 * @buf: an xmlBufPtr output
536 xmlBufDumpEntityDecl(xmlBufPtr buf, xmlEntityPtr ent) {
    [all...]
encoding.c     [all...]
tree.c 1282 xmlBufPtr buf;
    [all...]
xpath.c     [all...]
xmlreader.c 144 xmlBufPtr buffer; /* used to return const xmlChar * */
830 xmlBufPtr inbuf;
    [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
xmlIO.h 132 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 */
tree.h 108 * xmlBufPtr:
114 typedef xmlBuf *xmlBufPtr;
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,
    [all...]

Completed in 343 milliseconds