Lines Matching refs:m_tempPool

691   STRING_POOL m_tempPool;  member
1064 poolInit(&parser->m_tempPool, &(parser->m_mem)); in parserCreate()
1211 poolClear(&parser->m_tempPool); in XML_ParserReset()
1466 poolDestroy(&parser->m_tempPool); in XML_ParserFree()
2887 poolDiscard(&parser->m_tempPool); in doContent()
2958 poolClear(&parser->m_tempPool); in doContent()
2969 name.str = poolStoreString(&parser->m_tempPool, enc, rawName, in doContent()
2973 poolFinish(&parser->m_tempPool); in doContent()
2980 poolFinish(&parser->m_tempPool); in doContent()
2994 poolClear(&parser->m_tempPool); in doContent()
3387 parser->m_atts[i].valueEnd, &parser->m_tempPool, account); in storeAtts()
3390 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3391 poolFinish(&parser->m_tempPool); in storeAtts()
3394 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
3399 poolFinish(&parser->m_tempPool); in storeAtts()
3557 if (! poolAppendChar(&parser->m_tempPool, c)) in storeAtts()
3569 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3584 const XML_Char *s1 = poolStart(&parser->m_tempPool); in storeAtts()
3599 parser->m_tempPool.ptr[-1] = parser->m_namespaceSeparator; in storeAtts()
3602 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3608 s = poolStart(&parser->m_tempPool); in storeAtts()
3609 poolFinish(&parser->m_tempPool); in storeAtts()
4598 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
4601 poolFinish(&parser->m_tempPool); in doProlog()
4613 poolClear(&parser->m_tempPool); in doProlog()
4639 pubId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4645 poolFinish(&parser->m_tempPool); in doProlog()
4681 poolClear(&parser->m_tempPool); in doProlog()
4819 if (! poolAppendString(&parser->m_tempPool, prefix)) in doProlog()
4821 if (! poolAppend(&parser->m_tempPool, enc, s, next)) in doProlog()
4823 parser->m_declAttributeType = parser->m_tempPool.start; in doProlog()
4840 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4841 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
4843 parser->m_declAttributeType = parser->m_tempPool.start; in doProlog()
4844 poolFinish(&parser->m_tempPool); in doProlog()
4851 poolClear(&parser->m_tempPool); in doProlog()
4878 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4879 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
4881 parser->m_declAttributeType = parser->m_tempPool.start; in doProlog()
4882 poolFinish(&parser->m_tempPool); in doProlog()
4889 poolClear(&parser->m_tempPool); in doProlog()
4924 parser->m_doctypeSysid = poolStoreString(&parser->m_tempPool, enc, in doProlog()
4929 poolFinish(&parser->m_tempPool); in doProlog()
5079 = poolStoreString(&parser->m_tempPool, enc, s, next); in doProlog()
5082 poolFinish(&parser->m_tempPool); in doProlog()
5091 XML_Char *tem = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5098 poolFinish(&parser->m_tempPool); in doProlog()
5104 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog()
5115 poolClear(&parser->m_tempPool); in doProlog()
5125 poolClear(&parser->m_tempPool); in doProlog()
5974 name = poolStoreString(&parser->m_tempPool, enc, in storeEntityValue()
5982 poolDiscard(&parser->m_tempPool); in storeEntityValue()
6153 target = poolStoreString(&parser->m_tempPool, enc, start, tem); in reportProcessingInstruction()
6156 poolFinish(&parser->m_tempPool); in reportProcessingInstruction()
6157 data = poolStoreString(&parser->m_tempPool, enc, XmlSkipS(enc, tem), in reportProcessingInstruction()
6163 poolClear(&parser->m_tempPool); in reportProcessingInstruction()
6176 data = poolStoreString(&parser->m_tempPool, enc, in reportComment()
6183 poolClear(&parser->m_tempPool); in reportComment()
6395 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS))) in getContext()
6401 if (! poolAppendChar(&parser->m_tempPool, in getContext()
6445 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6448 if (! poolAppendChar(&parser->m_tempPool, *s)) in getContext()
6450 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS))) in getContext()
6456 if (! poolAppendChar(&parser->m_tempPool, prefix->binding->uri[i])) in getContext()
6469 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6472 if (! poolAppendChar(&parser->m_tempPool, *s)) in getContext()
6477 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in getContext()
6479 return parser->m_tempPool.start; in getContext()
6490 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6493 poolStart(&parser->m_tempPool), 0); in setContext()
6499 poolDiscard(&parser->m_tempPool); in setContext()
6502 if (poolLength(&parser->m_tempPool) == 0) in setContext()
6505 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6509 poolStart(&parser->m_tempPool), sizeof(PREFIX)); in setContext()
6512 if (prefix->name == poolStart(&parser->m_tempPool)) { in setContext()
6517 poolDiscard(&parser->m_tempPool); in setContext()
6521 if (! poolAppendChar(&parser->m_tempPool, *context)) in setContext()
6523 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6525 if (addBinding(parser, prefix, NULL, poolStart(&parser->m_tempPool), in setContext()
6529 poolDiscard(&parser->m_tempPool); in setContext()
6534 if (! poolAppendChar(&parser->m_tempPool, *s)) in setContext()