HomeSort by relevance Sort by last modified time
    Searched refs:xmlSubstituteEntitiesDefault (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libxml/src/
testReader.c 128 if (noent != 0) xmlSubstituteEntitiesDefault(1);
testC14N.c 68 xmlSubstituteEntitiesDefault(1);
245 xmlSubstituteEntitiesDefault(1);
testRelax.c 81 xmlSubstituteEntitiesDefault(1);
testSAX.c 1175 if (noent != 0) xmlSubstituteEntitiesDefault(1);
runtest.c     [all...]
parserInternals.c     [all...]
xmllint.c     [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_parser.cc 486 // xmlSubstituteEntitiesDefault(1) makes it so that & isn't mapped to
487 // & . Unfortunately xmlSubstituteEntitiesDefault affects global state.
490 int last_sub_entities_value = xmlSubstituteEntitiesDefault(1);
499 xmlSubstituteEntitiesDefault(last_sub_entities_value);
  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 556 // xmlSubstituteEntitiesDefault(1) makes it so that & isn't mapped to
557 // & . Unfortunately xmlSubstituteEntitiesDefault effects global state.
560 int last_sub_entities_value = xmlSubstituteEntitiesDefault(1);
570 xmlSubstituteEntitiesDefault(last_sub_entities_value);
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 847 xmlSubstituteEntitiesDefault(int val);
    [all...]
  /external/libxml2/include/libxml/
parser.h 847 xmlSubstituteEntitiesDefault(int val);
    [all...]
  /external/libxml2/
parserInternals.c     [all...]
xmllint.c     [all...]
elfgcchack.h     [all...]

Completed in 1448 milliseconds