Searched refs:entityValuePool (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c344 STRING_POOL entityValuePool; member in struct:__anon17
4503 parser->m_declEntity->textPtr = poolStart(&dtd->entityValuePool);
4505 = (int)(poolLength(&dtd->entityValuePool));
4506 poolFinish(&dtd->entityValuePool);
4516 poolDiscard(&dtd->entityValuePool);
5467 STRING_POOL *pool = &(dtd->entityValuePool);
5475 have to make sure that entityValuePool.start is not null */
6062 poolInit(&(p->entityValuePool), ms);
6108 poolClear(&(p->entityValuePool));
6148 poolDestroy(&(p->entityValuePool));
[all...]

Completed in 183 milliseconds