Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/expat/lib/
Dxmlparse.c6943 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable() argument
6956 name = poolCopyString(newPool, oldE->name); in copyEntityTable()
6963 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()
6972 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()
6979 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable()
6986 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable()
6993 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()