Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c5515 XML_Bool needSep = XML_FALSE; in getContext() local
5528 needSep = XML_TRUE; in getContext()
5541 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5554 needSep = XML_TRUE; in getContext()
5566 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5571 needSep = XML_TRUE; in getContext()
/external/expat/lib/
Dxmlparse.c5552 XML_Bool needSep = XML_FALSE; in getContext() local
5565 needSep = XML_TRUE; in getContext()
5578 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5591 needSep = XML_TRUE; in getContext()
5603 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5608 needSep = XML_TRUE; in getContext()