Home
last modified time | relevance | path

Searched refs:xmlNoNetExists (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libxml/src/
DxmlIO.c3741 static int xmlNoNetExists(const char *URL) { in xmlNoNetExists() function
3791 if ((pref != XML_CATA_ALLOW_NONE) && (!xmlNoNetExists(URL))) { in xmlResolveResourceFromCatalog()
3817 if ((resource != NULL) && (!xmlNoNetExists((const char *)resource))) { in xmlResolveResourceFromCatalog()
3931 if ((URL != NULL) && (xmlNoNetExists(URL) == 0)) { in xmlLoadExternalEntity()
DChangeLog14766 xmlSysIDExists xmlNoNetExists).
/external/libxml2/
DxmlIO.c3902 static int xmlNoNetExists(const char *URL) { in xmlNoNetExists() function
3952 if ((pref != XML_CATA_ALLOW_NONE) && (!xmlNoNetExists(URL))) { in xmlResolveResourceFromCatalog()
3978 if ((resource != NULL) && (!xmlNoNetExists((const char *)resource))) { in xmlResolveResourceFromCatalog()
4092 if ((URL != NULL) && (xmlNoNetExists(URL) == 0)) { in xmlLoadExternalEntity()