Searched defs:nSpecifiedAtts (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/expat/
H A Dxmlparse.c649 #define nSpecifiedAtts (parser->m_nSpecifiedAtts) macro
898 nSpecifiedAtts = 0;
1255 return nSpecifiedAtts;
2852 nSpecifiedAtts = attIndex;
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c649 #define nSpecifiedAtts (parser->m_nSpecifiedAtts) macro
898 nSpecifiedAtts = 0;
1255 return nSpecifiedAtts;
2852 nSpecifiedAtts = attIndex;

Completed in 144 milliseconds