Lines Matching refs:poolStoreString

536 static XML_Char *poolStoreString(STRING_POOL *pool, const ENCODING *enc,
2837 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doContent()
2969 name.str = poolStoreString(&parser->m_tempPool, enc, rawName, in doContent()
3394 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
4177 storedEncName = poolStoreString( in processXmlDecl()
4186 = poolStoreString(&parser->m_temp2Pool, parser->m_encoding, version, in processXmlDecl()
4212 storedEncName = poolStoreString( in processXmlDecl()
4598 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4639 pubId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4657 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
4924 parser->m_doctypeSysid = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4960 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
4987 = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5014 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5044 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5079 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
5091 XML_Char *tem = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5104 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5240 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5823 name = poolStoreString(&parser->m_temp2Pool, enc, in appendAttributeValue()
5974 name = poolStoreString(&parser->m_tempPool, enc, in storeEntityValue()
6153 target = poolStoreString(&parser->m_tempPool, enc, start, tem); in reportProcessingInstruction()
6157 data = poolStoreString(&parser->m_tempPool, enc, XmlSkipS(enc, tem), in reportProcessingInstruction()
6176 data = poolStoreString(&parser->m_tempPool, enc, in reportComment()
6331 name = poolStoreString(&dtd->pool, enc, start, end); in getAttributeId()
7131 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolStoreString() function
7465 const XML_Char *name = poolStoreString(&dtd->pool, enc, ptr, end); in getElementType()