Lines Matching refs:poolStoreString
568 static XML_Char *poolStoreString(STRING_POOL *pool, const ENCODING *enc,
2933 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doContent()
3065 name.str = poolStoreString(&parser->m_tempPool, enc, rawName, in doContent()
3490 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
4398 storedEncName = poolStoreString( in processXmlDecl()
4407 = poolStoreString(&parser->m_temp2Pool, parser->m_encoding, version, in processXmlDecl()
4433 storedEncName = poolStoreString( in processXmlDecl()
4821 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4862 pubId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4880 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5169 parser->m_doctypeSysid = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5205 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
5242 = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5269 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5299 const XML_Char *name = poolStoreString(&dtd->pool, enc, s, next); in doProlog()
5334 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
5346 XML_Char *tem = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5359 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5495 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doProlog()
6086 name = poolStoreString(&parser->m_temp2Pool, enc, in appendAttributeValue()
6236 name = poolStoreString(&parser->m_tempPool, enc, in storeEntityValue()
6441 target = poolStoreString(&parser->m_tempPool, enc, start, tem); in reportProcessingInstruction()
6445 data = poolStoreString(&parser->m_tempPool, enc, XmlSkipS(enc, tem), in reportProcessingInstruction()
6464 data = poolStoreString(&parser->m_tempPool, enc, in reportComment()
6620 name = poolStoreString(&dtd->pool, enc, start, end); in getAttributeId()
7434 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolStoreString() function
7777 const XML_Char *name = poolStoreString(&dtd->pool, enc, ptr, end); in getElementType()