Lines Matching refs:poolStoreString
504 poolStoreString(STRING_POOL *pool, const ENCODING *enc,
2768 name = poolStoreString(&dtd->pool, enc, in doContent()
2906 name.str = poolStoreString(&parser->m_tempPool, enc, rawName, in doContent()
3290 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, parser->m_atts[i].valuePtr, in storeAtts()
3995 storedEncName = poolStoreString(&parser->m_temp2Pool, in processXmlDecl()
4005 storedversion = poolStoreString(&parser->m_temp2Pool, in processXmlDecl()
4034 storedEncName = poolStoreString( in processXmlDecl()
4406 parser->m_doctypeName = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4450 pubId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4467 XML_Char *tem = poolStoreString(&dtd->pool, in doProlog()
4739 parser->m_doctypeSysid = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4776 parser->m_declEntity->systemId = poolStoreString(&dtd->pool, enc, in doProlog()
4806 parser->m_declEntity->notation = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
4840 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
4872 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
4907 parser->m_declNotationName = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4918 XML_Char *tem = poolStoreString(&parser->m_tempPool, in doProlog()
4933 = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5056 name = poolStoreString(&dtd->pool, enc, in doProlog()
5609 name = poolStoreString(&parser->m_temp2Pool, enc, in appendAttributeValue()
5746 name = poolStoreString(&parser->m_tempPool, enc, in storeEntityValue()
5930 target = poolStoreString(&parser->m_tempPool, enc, start, tem); in reportProcessingInstruction()
5934 data = poolStoreString(&parser->m_tempPool, enc, in reportProcessingInstruction()
5955 data = poolStoreString(&parser->m_tempPool, in reportComment()
6098 name = poolStoreString(&dtd->pool, enc, start, end); in getAttributeId()
6917 poolStoreString(STRING_POOL *pool, const ENCODING *enc, in poolStoreString() function
7178 const XML_Char *name = poolStoreString(&dtd->pool, enc, ptr, end); in getElementType()