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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c811 ns = XML_FALSE;
812 ns_triplets = XML_FALSE;
886 declAttributeIsCdata = XML_FALSE;
887 declAttributeIsId = XML_FALSE;
905 isParamEntity = XML_FALSE;
906 useForeignDTD = XML_FALSE;
930 return XML_FALSE;
1220 ns_triplets = do_nst ? XML_TRUE : XML_FALSE;
1340 defaultExpandInternalEntities = XML_FALSE;
2076 return XML_FALSE;
[all...]
H A Dexpat.h30 #define XML_FALSE ((XML_Bool) 0) macro
/external/expat/lib/
H A Dxmlparse.c811 ns = XML_FALSE;
812 ns_triplets = XML_FALSE;
886 declAttributeIsCdata = XML_FALSE;
887 declAttributeIsId = XML_FALSE;
905 isParamEntity = XML_FALSE;
906 useForeignDTD = XML_FALSE;
930 return XML_FALSE;
1220 ns_triplets = do_nst ? XML_TRUE : XML_FALSE;
1340 defaultExpandInternalEntities = XML_FALSE;
2076 return XML_FALSE;
[all...]
H A Dexpat.h30 #define XML_FALSE ((XML_Bool) 0) macro
/external/expat/tests/
H A Druntests.c376 if ( XML_Parse(parser, text, first_chunk_bytes, XML_FALSE)
415 if (XML_Parse(parser, text, strlen(text), XML_FALSE) == XML_STATUS_ERROR)
433 if (XML_Parse(parser, text, strlen(text), XML_FALSE) == XML_STATUS_ERROR)
518 if (XML_Parse(parser, text, strlen(text), XML_FALSE) != XML_STATUS_ERROR)
538 if (XML_Parse(parser, text, strlen(text), XML_FALSE) != XML_STATUS_ERROR)
1012 static XML_Bool resumable = XML_FALSE;
1035 resumable = XML_FALSE;

Completed in 387 milliseconds