Lines Matching refs:m_tempPool
744 STRING_POOL m_tempPool; member
1161 poolInit(&parser->m_tempPool, &(parser->m_mem)); in parserCreate()
1319 poolClear(&parser->m_tempPool); in XML_ParserReset()
1577 poolDestroy(&parser->m_tempPool); in XML_ParserFree()
2976 poolDiscard(&parser->m_tempPool); in doContent()
3047 poolClear(&parser->m_tempPool); in doContent()
3058 name.str = poolStoreString(&parser->m_tempPool, enc, rawName, in doContent()
3062 poolFinish(&parser->m_tempPool); in doContent()
3069 poolFinish(&parser->m_tempPool); in doContent()
3083 poolClear(&parser->m_tempPool); in doContent()
3476 parser->m_atts[i].valueEnd, &parser->m_tempPool, account); in storeAtts()
3479 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3480 poolFinish(&parser->m_tempPool); in storeAtts()
3483 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
3488 poolFinish(&parser->m_tempPool); in storeAtts()
3646 if (! poolAppendChar(&parser->m_tempPool, c)) in storeAtts()
3658 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3673 const XML_Char *s1 = poolStart(&parser->m_tempPool); in storeAtts()
3688 parser->m_tempPool.ptr[-1] = parser->m_namespaceSeparator; in storeAtts()
3691 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3697 s = poolStart(&parser->m_tempPool); in storeAtts()
3698 poolFinish(&parser->m_tempPool); in storeAtts()
4814 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4817 poolFinish(&parser->m_tempPool); in doProlog()
4829 poolClear(&parser->m_tempPool); in doProlog()
4855 pubId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4861 poolFinish(&parser->m_tempPool); in doProlog()
4897 poolClear(&parser->m_tempPool); in doProlog()
5035 if (! poolAppendString(&parser->m_tempPool, prefix)) in doProlog()
5037 if (! poolAppend(&parser->m_tempPool, enc, s, next)) in doProlog()
5039 parser->m_declAttributeType = parser->m_tempPool.start; in doProlog()
5056 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
5057 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5059 parser->m_declAttributeType = parser->m_tempPool.start; in doProlog()
5060 poolFinish(&parser->m_tempPool); in doProlog()
5070 poolClear(&parser->m_tempPool); in doProlog()
5094 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
5095 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5097 parser->m_declAttributeType = parser->m_tempPool.start; in doProlog()
5098 poolFinish(&parser->m_tempPool); in doProlog()
5105 poolClear(&parser->m_tempPool); in doProlog()
5162 parser->m_doctypeSysid = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5167 poolFinish(&parser->m_tempPool); in doProlog()
5327 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
5330 poolFinish(&parser->m_tempPool); in doProlog()
5339 XML_Char *tem = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5346 poolFinish(&parser->m_tempPool); in doProlog()
5352 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5363 poolClear(&parser->m_tempPool); in doProlog()
5373 poolClear(&parser->m_tempPool); in doProlog()
6229 name = poolStoreString(&parser->m_tempPool, enc, in storeEntityValue()
6237 poolDiscard(&parser->m_tempPool); in storeEntityValue()
6434 target = poolStoreString(&parser->m_tempPool, enc, start, tem); in reportProcessingInstruction()
6437 poolFinish(&parser->m_tempPool); in reportProcessingInstruction()
6438 data = poolStoreString(&parser->m_tempPool, enc, XmlSkipS(enc, tem), in reportProcessingInstruction()
6444 poolClear(&parser->m_tempPool); in reportProcessingInstruction()
6457 data = poolStoreString(&parser->m_tempPool, enc, in reportComment()
6464 poolClear(&parser->m_tempPool); in reportComment()
6677 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS))) in getContext()
6683 if (! poolAppendChar(&parser->m_tempPool, in getContext()
6727 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6730 if (! poolAppendChar(&parser->m_tempPool, *s)) in getContext()
6732 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS))) in getContext()
6738 if (! poolAppendChar(&parser->m_tempPool, prefix->binding->uri[i])) in getContext()
6751 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6754 if (! poolAppendChar(&parser->m_tempPool, *s)) in getContext()
6759 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in getContext()
6761 return parser->m_tempPool.start; in getContext()
6776 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6779 poolStart(&parser->m_tempPool), 0); in setContext()
6785 poolDiscard(&parser->m_tempPool); in setContext()
6788 if (poolLength(&parser->m_tempPool) == 0) in setContext()
6791 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6795 poolStart(&parser->m_tempPool), sizeof(PREFIX)); in setContext()
6798 if (prefix->name == poolStart(&parser->m_tempPool)) { in setContext()
6803 poolDiscard(&parser->m_tempPool); in setContext()
6807 if (! poolAppendChar(&parser->m_tempPool, *context)) in setContext()
6809 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6811 if (addBinding(parser, prefix, NULL, poolStart(&parser->m_tempPool), in setContext()
6815 poolDiscard(&parser->m_tempPool); in setContext()
6820 if (! poolAppendChar(&parser->m_tempPool, *s)) in setContext()