Home
last modified time | relevance | path

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

/openbsd/src/lib/libexpat/lib/
Dxmlparse.c551 STRING_POOL *newPool, const HASH_TABLE *oldTable);
7097 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable() argument
7110 name = poolCopyString(newPool, oldE->name); in copyEntityTable()
7117 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()
7126 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()
7133 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable()
7140 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable()
7147 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()