Lines Matching defs:tempPool
655 #define tempPool (parser->m_tempPool)
818 poolInit(&tempPool, &(parser->m_mem));
845 ? poolCopyString(&tempPool, encodingName)
953 poolClear(&tempPool);
972 protocolEncodingName = poolCopyString(&tempPool, encodingName);
1169 poolDestroy(&tempPool);
2375 poolDiscard(&tempPool);
2447 poolClear(&tempPool);
2459 name.str = poolStoreString(&tempPool, enc, rawName,
2463 poolFinish(&tempPool);
2467 poolFinish(&tempPool);
2480 poolClear(&tempPool);
2802 &tempPool);
2805 appAtts[attIndex] = poolStart(&tempPool);
2806 poolFinish(&tempPool);
2810 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr,
2814 poolFinish(&tempPool);
2921 if (!poolAppendChar(&tempPool, c))
2929 if (!poolAppendChar(&tempPool, *s))
2943 const XML_Char *s1 = poolStart(&tempPool);
2957 tempPool.ptr[-1] = namespaceSeparator;
2960 if (!poolAppendChar(&tempPool, *s))
2966 s = poolStart(&tempPool);
2967 poolFinish(&tempPool);
3852 doctypeName = poolStoreString(&tempPool, enc, s, next);
3855 poolFinish(&tempPool);
3866 poolClear(&tempPool);
3896 pubId = poolStoreString(&tempPool, enc,
3902 poolFinish(&tempPool);
3930 poolClear(&tempPool);
4071 if (!poolAppendString(&tempPool, prefix))
4073 if (!poolAppend(&tempPool, enc, s, next))
4075 declAttributeType = tempPool.start;
4091 if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN))
4092 || !poolAppendChar(&tempPool, XML_T('\0')))
4094 declAttributeType = tempPool.start;
4095 poolFinish(&tempPool);
4101 poolClear(&tempPool);
4128 if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN))
4129 || !poolAppendChar(&tempPool, XML_T('\0')))
4131 declAttributeType = tempPool.start;
4132 poolFinish(&tempPool);
4139 poolClear(&tempPool);
4176 doctypeSysid = poolStoreString(&tempPool, enc,
4181 poolFinish(&tempPool);
4341 declNotationName = poolStoreString(&tempPool, enc, s, next);
4344 poolFinish(&tempPool);
4352 XML_Char *tem = poolStoreString(&tempPool,
4360 poolFinish(&tempPool);
4367 = poolStoreString(&tempPool, enc,
4380 poolClear(&tempPool);
4392 poolClear(&tempPool);
5028 else /* if (pool == &tempPool): we are called from content */
5044 if ((pool == &tempPool) && defaultHandler)
5117 name = poolStoreString(&tempPool, enc,
5125 poolDiscard(&tempPool);
5290 target = poolStoreString(&tempPool, enc, start, tem);
5293 poolFinish(&tempPool);
5294 data = poolStoreString(&tempPool, enc,
5301 poolClear(&tempPool);
5315 data = poolStoreString(&tempPool,
5323 poolClear(&tempPool);
5502 if (!poolAppendChar(&tempPool, XML_T(ASCII_EQUALS)))
5508 if (!poolAppendChar(&tempPool, dtd->defaultPrefix.binding->uri[i]))
5523 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP))
5526 if (!poolAppendChar(&tempPool, *s))
5528 if (!poolAppendChar(&tempPool, XML_T(ASCII_EQUALS)))
5534 if (!poolAppendChar(&tempPool, prefix->binding->uri[i]))
5548 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP))
5551 if (!poolAppendChar(&tempPool, *s))
5556 if (!poolAppendChar(&tempPool, XML_T('\0')))
5558 return tempPool.start;
5570 if (!poolAppendChar(&tempPool, XML_T('\0')))
5572 e = (ENTITY *)lookup(parser, &dtd->generalEntities, poolStart(&tempPool), 0);
5578 poolDiscard(&tempPool);
5582 if (poolLength(&tempPool) == 0)
5585 if (!poolAppendChar(&tempPool, XML_T('\0')))
5587 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&tempPool),
5591 if (prefix->name == poolStart(&tempPool)) {
5596 poolDiscard(&tempPool);
5601 if (!poolAppendChar(&tempPool, *context))
5603 if (!poolAppendChar(&tempPool, XML_T('\0')))
5605 if (addBinding(parser, prefix, NULL, poolStart(&tempPool),
5608 poolDiscard(&tempPool);
5614 if (!poolAppendChar(&tempPool, *s))