Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c5907 const XML_Char *cachedOldBase = NULL; in copyEntityTable() local
5930 if (oldE->base == cachedOldBase) in copyEntityTable()
5933 cachedOldBase = oldE->base; in copyEntityTable()
5934 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()
/external/expat/lib/
Dxmlparse.c5944 const XML_Char *cachedOldBase = NULL; in copyEntityTable() local
5967 if (oldE->base == cachedOldBase) in copyEntityTable()
5970 cachedOldBase = oldE->base; in copyEntityTable()
5971 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()