Lines Matching refs:poolStoreString

537 static XML_Char *poolStoreString(STRING_POOL *pool, const ENCODING *enc,
2839 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doContent()
2971 name.str = poolStoreString(&parser->m_tempPool, enc, rawName, in doContent()
3396 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
4304 storedEncName = poolStoreString( in processXmlDecl()
4313 = poolStoreString(&parser->m_temp2Pool, parser->m_encoding, version, in processXmlDecl()
4339 storedEncName = poolStoreString( in processXmlDecl()
4725 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4766 pubId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4784 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5051 parser->m_doctypeSysid = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5087 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5114 = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5141 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5171 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5206 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
5218 XML_Char *tem = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5231 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5367 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5950 name = poolStoreString(&parser->m_temp2Pool, enc, in appendAttributeValue()
6101 name = poolStoreString(&parser->m_tempPool, enc, in storeEntityValue()
6280 target = poolStoreString(&parser->m_tempPool, enc, start, tem); in reportProcessingInstruction()
6284 data = poolStoreString(&parser->m_tempPool, enc, XmlSkipS(enc, tem), in reportProcessingInstruction()
6303 data = poolStoreString(&parser->m_tempPool, enc, in reportComment()
6458 name = poolStoreString(&dtd->pool, enc, start, end); in getAttributeId()
7258 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolStoreString() function
7592 const XML_Char *name = poolStoreString(&dtd->pool, enc, ptr, end); in getElementType()