HomeSort by relevance Sort by last modified time
    Searched refs:XML_ParseBuffer (Results 1 - 13 of 13) 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);
  /device/asus/grouper/audio/
audio_route.c 455 if (XML_ParseBuffer(parser, bytes_read,
  /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
761 XML_ParseBuffer(XML_Parser parser, int len, int isFinal);
763 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
781 XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED.
782 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
799 status codes as XML_Parse() or XML_ParseBuffer().
    [all...]
xmlparse.c 173 XML_Parse()/XML_ParseBuffer(), the buffer is re-allocated to
922 /* 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)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
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
761 XML_ParseBuffer(XML_Parser parser, int len, int isFinal);
763 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
781 XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED.
782 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
799 status codes as XML_Parse() or XML_ParseBuffer().
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/
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
761 XML_ParseBuffer(XML_Parser parser, int len, int isFinal);
763 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
781 XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED.
782 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
799 status codes as XML_Parse() or XML_ParseBuffer().
    [all...]
  /external/expat/amiga/
expat_vectors.c 214 return XML_ParseBuffer(parser, len, isFinal);
  /frameworks/av/media/libmedia/
MediaProfiles.cpp     [all...]

Completed in 200 milliseconds