Lines Matching refs:poolStoreString
570 static XML_Char *poolStoreString(STRING_POOL *pool, const ENCODING *enc,
2926 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doContent()
3058 name.str = poolStoreString(&parser->m_tempPool, enc, rawName, in doContent()
3483 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
4391 storedEncName = poolStoreString( in processXmlDecl()
4400 = poolStoreString(&parser->m_temp2Pool, parser->m_encoding, version, in processXmlDecl()
4426 storedEncName = poolStoreString( in processXmlDecl()
4814 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4855 pubId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4873 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5162 parser->m_doctypeSysid = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5198 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5235 = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5262 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5292 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5327 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
5339 XML_Char *tem = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5352 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5488 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
6079 name = poolStoreString(&parser->m_temp2Pool, enc, in appendAttributeValue()
6229 name = poolStoreString(&parser->m_tempPool, enc, in storeEntityValue()
6434 target = poolStoreString(&parser->m_tempPool, enc, start, tem); in reportProcessingInstruction()
6438 data = poolStoreString(&parser->m_tempPool, enc, XmlSkipS(enc, tem), in reportProcessingInstruction()
6457 data = poolStoreString(&parser->m_tempPool, enc, in reportComment()
6613 name = poolStoreString(&dtd->pool, enc, start, end); in getAttributeId()
7427 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolStoreString() function
7770 const XML_Char *name = poolStoreString(&dtd->pool, enc, ptr, end); in getElementType()