Lines Matching refs:poolStoreString
583 static XML_Char *poolStoreString(STRING_POOL *pool, const ENCODING *enc,
3045 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doContent()
3177 name.str = poolStoreString(&parser->m_tempPool, enc, rawName, in doContent()
3614 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
4529 storedEncName = poolStoreString( in processXmlDecl()
4538 = poolStoreString(&parser->m_temp2Pool, parser->m_encoding, version, in processXmlDecl()
4564 storedEncName = poolStoreString( in processXmlDecl()
4952 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4993 pubId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5011 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5300 parser->m_doctypeSysid = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5336 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5373 = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5400 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5430 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5465 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
5477 XML_Char *tem = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5490 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5626 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
6296 name = poolStoreString(&parser->m_temp2Pool, enc, in appendAttributeValue()
6437 name = poolStoreString(&parser->m_tempPool, enc, in storeEntityValue()
6709 target = poolStoreString(&parser->m_tempPool, enc, start, tem); in reportProcessingInstruction()
6713 data = poolStoreString(&parser->m_tempPool, enc, XmlSkipS(enc, tem), in reportProcessingInstruction()
6732 data = poolStoreString(&parser->m_tempPool, enc, in reportComment()
6888 name = poolStoreString(&dtd->pool, enc, start, end); in getAttributeId()
7702 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolStoreString() function
8045 const XML_Char *name = poolStoreString(&dtd->pool, enc, ptr, end); in getElementType()