Lines Matching refs:m_tempPool

692   STRING_POOL m_tempPool;  member
1066 poolInit(&parser->m_tempPool, &(parser->m_mem)); in parserCreate()
1213 poolClear(&parser->m_tempPool); in XML_ParserReset()
1468 poolDestroy(&parser->m_tempPool); in XML_ParserFree()
2889 poolDiscard(&parser->m_tempPool); in doContent()
2960 poolClear(&parser->m_tempPool); in doContent()
2971 name.str = poolStoreString(&parser->m_tempPool, enc, rawName, in doContent()
2975 poolFinish(&parser->m_tempPool); in doContent()
2982 poolFinish(&parser->m_tempPool); in doContent()
2996 poolClear(&parser->m_tempPool); in doContent()
3389 parser->m_atts[i].valueEnd, &parser->m_tempPool, account); in storeAtts()
3392 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3393 poolFinish(&parser->m_tempPool); in storeAtts()
3396 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
3401 poolFinish(&parser->m_tempPool); in storeAtts()
3559 if (! poolAppendChar(&parser->m_tempPool, c)) in storeAtts()
3571 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3586 const XML_Char *s1 = poolStart(&parser->m_tempPool); in storeAtts()
3601 parser->m_tempPool.ptr[-1] = parser->m_namespaceSeparator; in storeAtts()
3604 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3610 s = poolStart(&parser->m_tempPool); in storeAtts()
3611 poolFinish(&parser->m_tempPool); in storeAtts()
4725 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4728 poolFinish(&parser->m_tempPool); in doProlog()
4740 poolClear(&parser->m_tempPool); in doProlog()
4766 pubId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4772 poolFinish(&parser->m_tempPool); in doProlog()
4808 poolClear(&parser->m_tempPool); in doProlog()
4946 if (! poolAppendString(&parser->m_tempPool, prefix)) in doProlog()
4948 if (! poolAppend(&parser->m_tempPool, enc, s, next)) in doProlog()
4950 parser->m_declAttributeType = parser->m_tempPool.start; in doProlog()
4967 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4968 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
4970 parser->m_declAttributeType = parser->m_tempPool.start; in doProlog()
4971 poolFinish(&parser->m_tempPool); in doProlog()
4978 poolClear(&parser->m_tempPool); in doProlog()
5005 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
5006 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5008 parser->m_declAttributeType = parser->m_tempPool.start; in doProlog()
5009 poolFinish(&parser->m_tempPool); in doProlog()
5016 poolClear(&parser->m_tempPool); in doProlog()
5051 parser->m_doctypeSysid = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5056 poolFinish(&parser->m_tempPool); in doProlog()
5206 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
5209 poolFinish(&parser->m_tempPool); in doProlog()
5218 XML_Char *tem = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5225 poolFinish(&parser->m_tempPool); in doProlog()
5231 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5242 poolClear(&parser->m_tempPool); in doProlog()
5252 poolClear(&parser->m_tempPool); in doProlog()
6101 name = poolStoreString(&parser->m_tempPool, enc, in storeEntityValue()
6109 poolDiscard(&parser->m_tempPool); in storeEntityValue()
6280 target = poolStoreString(&parser->m_tempPool, enc, start, tem); in reportProcessingInstruction()
6283 poolFinish(&parser->m_tempPool); in reportProcessingInstruction()
6284 data = poolStoreString(&parser->m_tempPool, enc, XmlSkipS(enc, tem), in reportProcessingInstruction()
6290 poolClear(&parser->m_tempPool); in reportProcessingInstruction()
6303 data = poolStoreString(&parser->m_tempPool, enc, in reportComment()
6310 poolClear(&parser->m_tempPool); in reportComment()
6522 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS))) in getContext()
6528 if (! poolAppendChar(&parser->m_tempPool, in getContext()
6572 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6575 if (! poolAppendChar(&parser->m_tempPool, *s)) in getContext()
6577 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS))) in getContext()
6583 if (! poolAppendChar(&parser->m_tempPool, prefix->binding->uri[i])) in getContext()
6596 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6599 if (! poolAppendChar(&parser->m_tempPool, *s)) in getContext()
6604 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in getContext()
6606 return parser->m_tempPool.start; in getContext()
6617 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6620 poolStart(&parser->m_tempPool), 0); in setContext()
6626 poolDiscard(&parser->m_tempPool); in setContext()
6629 if (poolLength(&parser->m_tempPool) == 0) in setContext()
6632 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6636 poolStart(&parser->m_tempPool), sizeof(PREFIX)); in setContext()
6639 if (prefix->name == poolStart(&parser->m_tempPool)) { in setContext()
6644 poolDiscard(&parser->m_tempPool); in setContext()
6648 if (! poolAppendChar(&parser->m_tempPool, *context)) in setContext()
6650 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6652 if (addBinding(parser, prefix, NULL, poolStart(&parser->m_tempPool), in setContext()
6656 poolDiscard(&parser->m_tempPool); in setContext()
6661 if (! poolAppendChar(&parser->m_tempPool, *s)) in setContext()