Lines Matching refs:m_tempPool
761 STRING_POOL m_tempPool; member
1203 poolInit(&parser->m_tempPool, &(parser->m_mem)); in parserCreate()
1383 poolClear(&parser->m_tempPool); in XML_ParserReset()
1680 poolDestroy(&parser->m_tempPool); in XML_ParserFree()
3095 poolDiscard(&parser->m_tempPool); in doContent()
3166 poolClear(&parser->m_tempPool); in doContent()
3177 name.str = poolStoreString(&parser->m_tempPool, enc, rawName, in doContent()
3181 poolFinish(&parser->m_tempPool); in doContent()
3188 poolFinish(&parser->m_tempPool); in doContent()
3202 poolClear(&parser->m_tempPool); in doContent()
3607 parser->m_atts[i].valueEnd, &parser->m_tempPool, account); in storeAtts()
3610 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3611 poolFinish(&parser->m_tempPool); in storeAtts()
3614 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
3619 poolFinish(&parser->m_tempPool); in storeAtts()
3777 if (! poolAppendChar(&parser->m_tempPool, c)) in storeAtts()
3789 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3804 const XML_Char *s1 = poolStart(&parser->m_tempPool); in storeAtts()
3819 parser->m_tempPool.ptr[-1] = parser->m_namespaceSeparator; in storeAtts()
3822 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3828 s = poolStart(&parser->m_tempPool); in storeAtts()
3829 poolFinish(&parser->m_tempPool); in storeAtts()
4952 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4955 poolFinish(&parser->m_tempPool); in doProlog()
4967 poolClear(&parser->m_tempPool); in doProlog()
4993 pubId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4999 poolFinish(&parser->m_tempPool); in doProlog()
5035 poolClear(&parser->m_tempPool); in doProlog()
5173 if (! poolAppendString(&parser->m_tempPool, prefix)) in doProlog()
5175 if (! poolAppend(&parser->m_tempPool, enc, s, next)) in doProlog()
5177 parser->m_declAttributeType = parser->m_tempPool.start; in doProlog()
5194 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
5195 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5197 parser->m_declAttributeType = parser->m_tempPool.start; in doProlog()
5198 poolFinish(&parser->m_tempPool); in doProlog()
5208 poolClear(&parser->m_tempPool); in doProlog()
5232 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
5233 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5235 parser->m_declAttributeType = parser->m_tempPool.start; in doProlog()
5236 poolFinish(&parser->m_tempPool); in doProlog()
5243 poolClear(&parser->m_tempPool); in doProlog()
5300 parser->m_doctypeSysid = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5305 poolFinish(&parser->m_tempPool); in doProlog()
5465 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
5468 poolFinish(&parser->m_tempPool); in doProlog()
5477 XML_Char *tem = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5484 poolFinish(&parser->m_tempPool); in doProlog()
5490 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5501 poolClear(&parser->m_tempPool); in doProlog()
5511 poolClear(&parser->m_tempPool); in doProlog()
6437 name = poolStoreString(&parser->m_tempPool, enc, in storeEntityValue()
6445 poolDiscard(&parser->m_tempPool); in storeEntityValue()
6709 target = poolStoreString(&parser->m_tempPool, enc, start, tem); in reportProcessingInstruction()
6712 poolFinish(&parser->m_tempPool); in reportProcessingInstruction()
6713 data = poolStoreString(&parser->m_tempPool, enc, XmlSkipS(enc, tem), in reportProcessingInstruction()
6719 poolClear(&parser->m_tempPool); in reportProcessingInstruction()
6732 data = poolStoreString(&parser->m_tempPool, enc, in reportComment()
6739 poolClear(&parser->m_tempPool); in reportComment()
6952 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS))) in getContext()
6958 if (! poolAppendChar(&parser->m_tempPool, in getContext()
7002 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
7005 if (! poolAppendChar(&parser->m_tempPool, *s)) in getContext()
7007 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS))) in getContext()
7013 if (! poolAppendChar(&parser->m_tempPool, prefix->binding->uri[i])) in getContext()
7026 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
7029 if (! poolAppendChar(&parser->m_tempPool, *s)) in getContext()
7034 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in getContext()
7036 return parser->m_tempPool.start; in getContext()
7051 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
7054 poolStart(&parser->m_tempPool), 0); in setContext()
7060 poolDiscard(&parser->m_tempPool); in setContext()
7063 if (poolLength(&parser->m_tempPool) == 0) in setContext()
7066 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
7070 poolStart(&parser->m_tempPool), sizeof(PREFIX)); in setContext()
7073 if (prefix->name == poolStart(&parser->m_tempPool)) { in setContext()
7078 poolDiscard(&parser->m_tempPool); in setContext()
7082 if (! poolAppendChar(&parser->m_tempPool, *context)) in setContext()
7084 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
7086 if (addBinding(parser, prefix, NULL, poolStart(&parser->m_tempPool), in setContext()
7090 poolDiscard(&parser->m_tempPool); in setContext()
7095 if (! poolAppendChar(&parser->m_tempPool, *s)) in setContext()