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

  /external/chromium_org/third_party/libxml/src/
globals.c 246 static int xmlGetWarningsDefaultValueThrDef = 1;
560 gs->xmlGetWarningsDefaultValue = xmlGetWarningsDefaultValueThrDef;
928 ret = xmlGetWarningsDefaultValueThrDef;
929 xmlGetWarningsDefaultValueThrDef = v;
  /external/libxml2/
globals.c 227 static int xmlGetWarningsDefaultValueThrDef = 1;
541 gs->xmlGetWarningsDefaultValue = xmlGetWarningsDefaultValueThrDef;
909 ret = xmlGetWarningsDefaultValueThrDef;
910 xmlGetWarningsDefaultValueThrDef = v;

Completed in 26 milliseconds