Lines Matching refs:poolStoreString

538 static XML_Char *poolStoreString(STRING_POOL *pool, const ENCODING *enc,
2848 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doContent()
2980 name.str = poolStoreString(&parser->m_tempPool, enc, rawName, in doContent()
3405 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
4313 storedEncName = poolStoreString( in processXmlDecl()
4322 = poolStoreString(&parser->m_temp2Pool, parser->m_encoding, version, in processXmlDecl()
4348 storedEncName = poolStoreString( in processXmlDecl()
4734 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4775 pubId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4793 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5060 parser->m_doctypeSysid = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5096 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5123 = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5150 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5180 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5215 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
5227 XML_Char *tem = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5240 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5376 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5972 name = poolStoreString(&parser->m_temp2Pool, enc, in appendAttributeValue()
6123 name = poolStoreString(&parser->m_tempPool, enc, in storeEntityValue()
6302 target = poolStoreString(&parser->m_tempPool, enc, start, tem); in reportProcessingInstruction()
6306 data = poolStoreString(&parser->m_tempPool, enc, XmlSkipS(enc, tem), in reportProcessingInstruction()
6325 data = poolStoreString(&parser->m_tempPool, enc, in reportComment()
6480 name = poolStoreString(&dtd->pool, enc, start, end); in getAttributeId()
7280 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolStoreString() function
7614 const XML_Char *name = poolStoreString(&dtd->pool, enc, ptr, end); in getElementType()