Searched refs:XML_TRUE (Results 1 - 5 of 5) sorted by relevance

/external/expat/tests/
H A Druntests.c75 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK)
161 if (XML_Parse(parser, text, sizeof(text) - 1, XML_TRUE) == XML_STATUS_OK)
183 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR)
192 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
201 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
233 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR)
250 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR)
334 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK) {
361 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
382 sizeof(text) - first_chunk_bytes - 1, XML_TRUE);
[all...]
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c713 return XML_TRUE;
828 ns = XML_TRUE;
894 defaultExpandInternalEntities = XML_TRUE;
957 return XML_TRUE;
1108 isParamEntity = XML_TRUE;
1220 ns_triplets = do_nst ? XML_TRUE : XML_FALSE;
1348 defaultExpandInternalEntities = XML_TRUE;
2096 return XML_TRUE;
2364 entity->open = XML_TRUE;
2457 XML_Bool noElmHandlers = XML_TRUE;
[all...]
H A Dexpat.h29 #define XML_TRUE ((XML_Bool) 1) macro
692 /* If useDTD == XML_TRUE is passed to this function, then the parser
698 useDTD == XML_TRUE will make the parser behave as if the document
/external/expat/lib/
H A Dxmlparse.c713 return XML_TRUE;
828 ns = XML_TRUE;
894 defaultExpandInternalEntities = XML_TRUE;
957 return XML_TRUE;
1108 isParamEntity = XML_TRUE;
1220 ns_triplets = do_nst ? XML_TRUE : XML_FALSE;
1348 defaultExpandInternalEntities = XML_TRUE;
2096 return XML_TRUE;
2364 entity->open = XML_TRUE;
2457 XML_Bool noElmHandlers = XML_TRUE;
[all...]
H A Dexpat.h29 #define XML_TRUE ((XML_Bool) 1) macro
692 /* If useDTD == XML_TRUE is passed to this function, then the parser
698 useDTD == XML_TRUE will make the parser behave as if the document

Completed in 359 milliseconds