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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c632 #define declEntity (parser->m_declEntity) macro
879 declEntity = NULL;
3884 declEntity = (ENTITY *)lookup(parser,
3888 if (!declEntity)
3912 if (dtd->keepProcessing && declEntity) {
3920 declEntity->publicId = tem;
4149 if (declEntity) {
4150 declEntity->textPtr = poolStart(&dtd->entityValuePool);
4151 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool));
4156 declEntity
[all...]
/external/expat/lib/
H A Dxmlparse.c632 #define declEntity (parser->m_declEntity) macro
879 declEntity = NULL;
3884 declEntity = (ENTITY *)lookup(parser,
3888 if (!declEntity)
3912 if (dtd->keepProcessing && declEntity) {
3920 declEntity->publicId = tem;
4149 if (declEntity) {
4150 declEntity->textPtr = poolStart(&dtd->entityValuePool);
4151 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool));
4156 declEntity
[all...]

Completed in 261 milliseconds