Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c6923 const XML_Char *cachedOldBase = NULL; in copyEntityTable() local
6946 if (oldE->base == cachedOldBase) in copyEntityTable()
6949 cachedOldBase = oldE->base; in copyEntityTable()
6950 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()
/third_party/python/Modules/expat/
H A Dxmlparse.c6945 const XML_Char *cachedOldBase = NULL; in copyEntityTable() local
6968 if (oldE->base == cachedOldBase) in copyEntityTable()
6971 cachedOldBase = oldE->base; in copyEntityTable()
6972 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()

Completed in 22 milliseconds