Home
last modified time | relevance | path

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

/external/libxml2/
Drunsuite.c96 static char *testEntitiesName[MAX_ENTITIES]; variable
103 if (testEntitiesName[i] != NULL) in resetEntities()
104 xmlFree(testEntitiesName[i]); in resetEntities()
115 testEntitiesName[nb_entities] = name; in addEntity()
133 if (!strcmp(testEntitiesName[i], URL)) { in testExternalEntityLoader()
138 xmlStrdup((xmlChar *)testEntitiesName[i]); in testExternalEntityLoader()