Searched refs:XML_Parse (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dsession_saml.c126 if (XML_Parse(parser, xml, (int) xml_sz, XML_TRUE) == XML_STATUS_ERROR) {
H A Dsession_xml.c190 if (XML_Parse(parser, stream, (int) data_sz, XML_TRUE) == XML_STATUS_ERROR) {
H A Dpolicy_xml.c340 if (XML_Parse(parser, stream, (int) data_sz, XML_TRUE) == XML_STATUS_ERROR) {
H A Dconfig_xml.c563 if (XML_Parse(parser, stream, (int) data_sz, XML_TRUE) == XML_STATUS_ERROR) {
/forgerock/web-agents-v4/expat/
H A Dexpat.h662 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() an
[all...]
H A Dxmlparse.c171 memory area which stores the name. During the XML_Parse()/
175 XML_Parse()/XML_ParseBuffer(), the buffer is re-allocated to
963 /* Block after XML_Parse()/XML_ParseBuffer() has been called.
1204 /* block after XML_Parse()/XML_ParseBuffer() has been called */
1217 /* block after XML_Parse()/XML_ParseBuffer() has been called */
1477 /* block after XML_Parse()/XML_ParseBuffer() has been called */
1492 /* block after XML_Parse()/XML_ParseBuffer() has been called */
1500 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal) function
3571 /* we know now that XML_Parse(Buffer) has been called,

Completed in 56 milliseconds