Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c574 STRING_POOL *newPool, const HASH_TABLE *oldTable);
7730 STRING_POOL *newPool, const HASH_TABLE *oldTable) { argument
7743 name = poolCopyString(newPool, oldE->name);
7750 const XML_Char *tem = poolCopyString(newPool, oldE->systemId);
7759 tem = poolCopyString(newPool, cachedOldBase);
7766 tem = poolCopyString(newPool, oldE->publicId);
7773 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen);
7780 const XML_Char *tem = poolCopyString(newPool, oldE->notation);