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

  /external/chromium_org/third_party/libxml/src/
xmlIO.c 722 static int xmlPlatformIoInitialized = 0;
725 if(xmlPlatformIoInitialized)
744 xmlPlatformIoInitialized = 1;
    [all...]
  /external/libxml2/
xmlIO.c 725 static int xmlPlatformIoInitialized = 0;
728 if(xmlPlatformIoInitialized)
747 xmlPlatformIoInitialized = 1;
    [all...]

Completed in 25 milliseconds