Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmlparse.c7092 const XML_Char *cachedOldBase = NULL; in copyEntityTable() local
7115 if (oldE->base == cachedOldBase) in copyEntityTable()
7118 cachedOldBase = oldE->base; in copyEntityTable()
7119 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()