HomeSort by relevance Sort by last modified time
    Searched defs:XML_Parse (Results 1 - 3 of 3) sorted by null

  /external/expat/amiga/include/inline4/
expat.h 33 #define XML_Parse(parser, s, len, isFinal) IExpat->XML_Parse(parser, s, len, isFinal)
  /external/expat/amiga/include/interfaces/
expat.h 36 enum XML_Status APICALL (*XML_Parse)(struct ExpatIFace *Self, XML_Parser parser, const char * s, int len, int isFinal);
  /external/expat/lib/
xmlparse.c 169 memory area which stores the name. During the XML_Parse()/
173 XML_Parse()/XML_ParseBuffer(), the buffer is re-allocated to
922 /* Block after XML_Parse()/XML_ParseBuffer() has been called.
    [all...]

Completed in 47 milliseconds