Home
last modified time | relevance | path

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

/external/libxml2/
Drunsuite.c97 static char *testEntitiesValue[MAX_ENTITIES]; variable
105 if (testEntitiesValue[i] != NULL) in resetEntities()
106 xmlFree(testEntitiesValue[i]); in resetEntities()
116 testEntitiesValue[nb_entities] = content; in addEntity()
135 (const xmlChar *) testEntitiesValue[i]); in testExternalEntityLoader()