Lines Matching refs:poolStoreString

567 static XML_Char *poolStoreString(STRING_POOL *pool, const ENCODING *enc,
2923 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doContent()
3055 name.str = poolStoreString(&parser->m_tempPool, enc, rawName, in doContent()
3480 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
4388 storedEncName = poolStoreString( in processXmlDecl()
4397 = poolStoreString(&parser->m_temp2Pool, parser->m_encoding, version, in processXmlDecl()
4423 storedEncName = poolStoreString( in processXmlDecl()
4811 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4852 pubId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4870 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5159 parser->m_doctypeSysid = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5195 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5232 = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5259 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5289 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5324 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
5336 XML_Char *tem = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5349 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5485 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
6076 name = poolStoreString(&parser->m_temp2Pool, enc, in appendAttributeValue()
6226 name = poolStoreString(&parser->m_tempPool, enc, in storeEntityValue()
6431 target = poolStoreString(&parser->m_tempPool, enc, start, tem); in reportProcessingInstruction()
6435 data = poolStoreString(&parser->m_tempPool, enc, XmlSkipS(enc, tem), in reportProcessingInstruction()
6454 data = poolStoreString(&parser->m_tempPool, enc, in reportComment()
6610 name = poolStoreString(&dtd->pool, enc, start, end); in getAttributeId()
7424 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolStoreString() function
7767 const XML_Char *name = poolStoreString(&dtd->pool, enc, ptr, end); in getElementType()