Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c7099 const XML_Char *cachedOldBase = NULL; in copyEntityTable()
7122 if (oldE->base == cachedOldBase) in copyEntityTable()
7125 cachedOldBase = oldE->base; in copyEntityTable()
7126 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()
7089 const XML_Char *cachedOldBase = NULL; copyEntityTable() local