Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c566 STRING_POOL *newPool, const HASH_TABLE *oldTable);
7365 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable() argument
7378 name = poolCopyString(newPool, oldE->name); in copyEntityTable()
7385 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()
7394 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()
7401 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable()
7408 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable()
7415 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()