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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c268 STRING_POOL entityValuePool; member in struct:__anon11782
4150 declEntity->textPtr = poolStart(&dtd->entityValuePool);
4151 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool));
4152 poolFinish(&dtd->entityValuePool);
4165 poolDiscard(&dtd->entityValuePool);
5094 STRING_POOL *pool = &(dtd->entityValuePool);
5102 have to make sure that entityValuePool.start is not null */
5651 poolInit(&(p->entityValuePool), ms);
5698 poolClear(&(p->entityValuePool));
5739 poolDestroy(&(p->entityValuePool));
[all...]
/external/expat/lib/
H A Dxmlparse.c268 STRING_POOL entityValuePool; member in struct:__anon21366
4150 declEntity->textPtr = poolStart(&dtd->entityValuePool);
4151 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool));
4152 poolFinish(&dtd->entityValuePool);
4165 poolDiscard(&dtd->entityValuePool);
5094 STRING_POOL *pool = &(dtd->entityValuePool);
5102 have to make sure that entityValuePool.start is not null */
5651 poolInit(&(p->entityValuePool), ms);
5698 poolClear(&(p->entityValuePool));
5739 poolDestroy(&(p->entityValuePool));
[all...]

Completed in 411 milliseconds