Searched refs:needSep (Results 1 – 2 of 2) sorted by relevance
268 bool needSep; member1392 buf->needSep = false; in SepBuf_Init()1399 buf->needSep = true; in SepBuf_Sep()1407 if (buf->needSep && buf->sep != '\0') { in SepBuf_AddBytes()1409 buf->needSep = false; in SepBuf_AddBytes()1737 buf->needSep = false; in ModifyWord_Loop()
7312 XML_Bool needSep = XML_FALSE;7347 needSep = XML_TRUE;7367 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP))7380 needSep = XML_TRUE;7391 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP))7396 needSep = XML_TRUE;7297 XML_Bool needSep = XML_FALSE; global() local