Home | History | Annotate | Download | only in tests

Lines Matching refs:XML_FALSE

375     if (  XML_Parse(parser, text, first_chunk_bytes, XML_FALSE)
414 if (XML_Parse(parser, text, strlen(text), XML_FALSE) == XML_STATUS_ERROR)
432 if (XML_Parse(parser, text, strlen(text), XML_FALSE) == XML_STATUS_ERROR)
517 if (XML_Parse(parser, text, strlen(text), XML_FALSE) != XML_STATUS_ERROR)
537 if (XML_Parse(parser, text, strlen(text), XML_FALSE) != XML_STATUS_ERROR)
1011 static XML_Bool resumable = XML_FALSE;
1034 resumable = XML_FALSE;