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

  /external/expat/amiga/include/inline4/
expat.h 34 #define XML_ParseBuffer(parser, len, isFinal) IExpat->XML_ParseBuffer(parser, len, isFinal)
  /external/expat/xmlwf/
xmlfile.c 183 if (XML_ParseBuffer(parser, nread, nread == 0) == XML_STATUS_ERROR) {
xmlwin32url.cxx 193 if (!XML_ParseBuffer(parser_,
  /external/expat/amiga/include/interfaces/
expat.h 37 enum XML_Status APICALL (*XML_ParseBuffer)(struct ExpatIFace *Self, XML_Parser parser, int len, int isFinal);
  /external/expat/amiga/include/libraries/
expat.h 435 XML_ParseBuffer(XML_Parser parser, int len, int isFinal);
  /external/expat/lib/
expat.h 663 XML_ParseBuffer has no effect.
679 Note: Calling XML_SetEncoding after XML_Parse or XML_ParseBuffer
701 the first call to XML_Parse or XML_ParseBuffer, since it will
784 XML_ParseBuffer(XML_Parser parser, int len, int isFinal);
786 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
804 XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED.
805 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
    [all...]
xmlparse.c 175 XML_Parse()/XML_ParseBuffer(), the buffer is re-allocated to
963 /* Block after XML_Parse()/XML_ParseBuffer() has been called.
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 127 if (::XML_ParseBuffer(parser, bytes_read, bytes_read == 0)
  /external/expat/amiga/
expat_vectors.c 214 return XML_ParseBuffer(parser, len, isFinal);
expat_68k.c 198 return Self->XML_ParseBuffer(p->p, (int)regarray[0], (int)regarray[1]);
    [all...]
  /system/media/audio_route/
audio_route.c 716 if (XML_ParseBuffer(parser, bytes_read,
  /frameworks/av/media/libmedia/
MediaProfiles.cpp     [all...]

Completed in 128 milliseconds