Home | History | Annotate | Download | only in lib

Lines Matching refs:XML_Parse

662    Note: Calling XML_SetReturnNSTriplet after XML_Parse or
679 Note: Calling XML_SetEncoding after XML_Parse or XML_ParseBuffer
701 the first call to XML_Parse or XML_ParseBuffer, since it will
769 detected. The last call to XML_Parse must have isFinal true; len
778 XML_Parse(XML_Parser parser, const char *s, 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()
822 status codes as XML_Parse() or XML_ParseBuffer().
849 XXX XML_Parse() and XML_ParseBuffer() should return XML_ParsingStatus,
892 XML_ExternalEntityParserCreate, XML_Parse/XML_ParseBuffer and
902 Note: If XML_SetParamEntityParsing is called after XML_Parse or
918 /* If XML_Parse or XML_ParseBuffer have returned XML_STATUS_ERROR, then
934 They may also be called after returning from a call to XML_Parse