Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c632 #define declEntity (parser->m_declEntity) macro
879 declEntity = NULL; in parserInit()
3900 declEntity = (ENTITY *)lookup(parser, in doProlog()
3904 if (!declEntity) in doProlog()
3928 if (dtd->keepProcessing && declEntity) { in doProlog()
3936 declEntity->publicId = tem; in doProlog()
4165 if (declEntity) { in doProlog()
4166 declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
4167 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
4172 declEntity->name, in doProlog()
[all …]
/external/expat/lib/
Dxmlparse.c640 #define declEntity (parser->m_declEntity) macro
914 declEntity = NULL; in parserInit()
3936 declEntity = (ENTITY *)lookup(parser, in doProlog()
3940 if (!declEntity) in doProlog()
3964 if (dtd->keepProcessing && declEntity) { in doProlog()
3972 declEntity->publicId = tem; in doProlog()
4201 if (declEntity) { in doProlog()
4202 declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
4203 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
4208 declEntity->name, in doProlog()
[all …]