Searched defs:keepProcessing (Results 1 - 3 of 3) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c350 XML_Bool keepProcessing; member in struct:__anon7021
4443 if (dtd->keepProcessing && parser->m_declEntity) {
4508 /* end of DTD - no need to update dtd->keepProcessing */
4551 /* end of DTD - no need to update dtd->keepProcessing */
4596 if (dtd->keepProcessing && parser->m_attlistDeclHandler)
4601 if (dtd->keepProcessing && parser->m_attlistDeclHandler) {
4621 if (dtd->keepProcessing) {
4648 if (dtd->keepProcessing) {
4685 if (dtd->keepProcessing) {
4752 if (dtd->keepProcessing
[all...]
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c270 XML_Bool keepProcessing; member in struct:__anon19480
3928 if (dtd->keepProcessing && declEntity) {
3984 /* end of DTD - no need to update dtd->keepProcessing */
4027 /* end of DTD - no need to update dtd->keepProcessing */
4072 if (dtd->keepProcessing && attlistDeclHandler)
4077 if (dtd->keepProcessing && attlistDeclHandler) {
4097 if (dtd->keepProcessing) {
4124 if (dtd->keepProcessing) {
4161 if (dtd->keepProcessing) {
4228 if (dtd->keepProcessing
[all...]
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c270 XML_Bool keepProcessing; member in struct:__anon20106
3928 if (dtd->keepProcessing && declEntity) {
3984 /* end of DTD - no need to update dtd->keepProcessing */
4027 /* end of DTD - no need to update dtd->keepProcessing */
4072 if (dtd->keepProcessing && attlistDeclHandler)
4077 if (dtd->keepProcessing && attlistDeclHandler) {
4097 if (dtd->keepProcessing) {
4124 if (dtd->keepProcessing) {
4161 if (dtd->keepProcessing) {
4228 if (dtd->keepProcessing
[all...]

Completed in 345 milliseconds