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

  /external/chromium_org/third_party/libxml/src/
globals.c 323 static xmlGenericErrorFunc xmlGenericErrorThrDef = xmlGenericErrorDefaultFunc;
573 gs->xmlGenericError = xmlGenericErrorThrDef;
596 xmlGenericErrorThrDef = handler;
598 xmlGenericErrorThrDef = xmlGenericErrorDefaultFunc;
  /external/libxml2/
globals.c 304 static xmlGenericErrorFunc xmlGenericErrorThrDef = xmlGenericErrorDefaultFunc;
554 gs->xmlGenericError = xmlGenericErrorThrDef;
577 xmlGenericErrorThrDef = handler;
579 xmlGenericErrorThrDef = xmlGenericErrorDefaultFunc;

Completed in 4758 milliseconds