Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c636 #define declAttributeType (parser->m_declAttributeType) macro
883 declAttributeType = NULL; in parserInit()
4043 declAttributeType = NULL; in doProlog()
4048 declAttributeType = atypeCDATA; in doProlog()
4052 declAttributeType = atypeID; in doProlog()
4055 declAttributeType = atypeIDREF; in doProlog()
4058 declAttributeType = atypeIDREFS; in doProlog()
4061 declAttributeType = atypeENTITY; in doProlog()
4064 declAttributeType = atypeENTITIES; in doProlog()
4067 declAttributeType = atypeNMTOKEN; in doProlog()
[all …]
/external/expat/lib/
Dxmlparse.c644 #define declAttributeType (parser->m_declAttributeType) macro
918 declAttributeType = NULL; in parserInit()
4079 declAttributeType = NULL; in doProlog()
4084 declAttributeType = atypeCDATA; in doProlog()
4088 declAttributeType = atypeID; in doProlog()
4091 declAttributeType = atypeIDREF; in doProlog()
4094 declAttributeType = atypeIDREFS; in doProlog()
4097 declAttributeType = atypeENTITY; in doProlog()
4100 declAttributeType = atypeENTITIES; in doProlog()
4103 declAttributeType = atypeNMTOKEN; in doProlog()
[all …]