• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/

Lines Matching refs:tempPool

612 #define tempPool (parser->m_tempPool)
749 poolInit(&tempPool, &(parser->m_mem));
776 ? poolCopyString(&tempPool, encodingName)
874 poolClear(&tempPool);
893 protocolEncodingName = poolCopyString(&tempPool, encodingName);
1062 poolDestroy(&tempPool);
2051 poolDiscard(&tempPool);
2123 poolClear(&tempPool);
2135 name.str = poolStoreString(&tempPool, enc, rawName,
2139 poolFinish(&tempPool);
2143 poolFinish(&tempPool);
2156 poolClear(&tempPool);
2437 &tempPool);
2440 appAtts[attIndex] = poolStart(&tempPool);
2441 poolFinish(&tempPool);
2445 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr,
2449 poolFinish(&tempPool);
2524 if (!poolAppendChar(&tempPool, b->uri[j]))
2530 if (!poolAppendChar(&tempPool, *s))
2534 tempPool.ptr[-1] = namespaceSeparator;
2537 if (!poolAppendChar(&tempPool, *s))
2542 appAtts[i] = poolStart(&tempPool);
2543 poolFinish(&tempPool);
3294 doctypeName = poolStoreString(&tempPool, enc, s, next);
3297 poolFinish(&tempPool);
3308 poolClear(&tempPool);
3329 doctypePubid = poolStoreString(&tempPool, enc,
3334 poolFinish(&tempPool);
3366 poolClear(&tempPool);
3492 if (!poolAppendString(&tempPool, prefix))
3494 if (!poolAppend(&tempPool, enc, s, next))
3496 declAttributeType = tempPool.start;
3512 if (!poolAppendChar(&tempPool, XML_T(')'))
3513 || !poolAppendChar(&tempPool, XML_T('\0')))
3515 declAttributeType = tempPool.start;
3516 poolFinish(&tempPool);
3522 poolClear(&tempPool);
3549 if (!poolAppendChar(&tempPool, XML_T(')'))
3550 || !poolAppendChar(&tempPool, XML_T('\0')))
3552 declAttributeType = tempPool.start;
3553 poolFinish(&tempPool);
3560 poolClear(&tempPool);
3597 doctypeSysid = poolStoreString(&tempPool, enc,
3602 poolFinish(&tempPool);
3761 declNotationName = poolStoreString(&tempPool, enc, s, next);
3764 poolFinish(&tempPool);
3772 XML_Char *tem = poolStoreString(&tempPool,
3780 poolFinish(&tempPool);
3787 = poolStoreString(&tempPool, enc,
3800 poolClear(&tempPool);
3812 poolClear(&tempPool);
4342 else /* if (pool == &tempPool): we are called from content */
4356 if ((pool == &tempPool) && defaultHandler)
4428 name = poolStoreString(&tempPool, enc,
4436 poolDiscard(&tempPool);
4601 target = poolStoreString(&tempPool, enc, start, tem);
4604 poolFinish(&tempPool);
4605 data = poolStoreString(&tempPool, enc,
4612 poolClear(&tempPool);
4626 data = poolStoreString(&tempPool,
4634 poolClear(&tempPool);
4811 if (!poolAppendChar(&tempPool, XML_T('=')))
4817 if (!poolAppendChar(&tempPool, dtd->defaultPrefix.binding->uri[i]))
4832 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP))
4835 if (!poolAppendChar(&tempPool, *s))
4837 if (!poolAppendChar(&tempPool, XML_T('=')))
4843 if (!poolAppendChar(&tempPool, prefix->binding->uri[i]))
4857 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP))
4860 if (!poolAppendChar(&tempPool, *s))
4865 if (!poolAppendChar(&tempPool, XML_T('\0')))
4867 return tempPool.start;
4879 if (!poolAppendChar(&tempPool, XML_T('\0')))
4881 e = (ENTITY *)lookup(&dtd->generalEntities, poolStart(&tempPool), 0);
4887 poolDiscard(&tempPool);
4891 if (poolLength(&tempPool) == 0)
4894 if (!poolAppendChar(&tempPool, XML_T('\0')))
4896 prefix = (PREFIX *)lookup(&dtd->prefixes, poolStart(&tempPool),
4900 if (prefix->name == poolStart(&tempPool)) {
4905 poolDiscard(&tempPool);
4910 if (!poolAppendChar(&tempPool, *context))
4912 if (!poolAppendChar(&tempPool, XML_T('\0')))
4914 if (addBinding(parser, prefix, 0, poolStart(&tempPool),
4917 poolDiscard(&tempPool);
4923 if (!poolAppendChar(&tempPool, *s))