Lines Matching refs:poolAppendChar
631 #define poolAppendChar(pool, c) \ macro
3646 if (! poolAppendChar(&parser->m_tempPool, c)) in storeAtts()
3658 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3691 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
5056 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
5057 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5094 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
5095 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5984 if (! poolAppendChar(pool, XML_T('\0'))) in storeAttributeValue()
6042 if (! poolAppendChar(pool, buf[i])) in appendAttributeValue()
6057 if (! poolAppendChar(pool, 0x20)) in appendAttributeValue()
6075 if (! poolAppendChar(pool, ch)) in appendAttributeValue()
6585 if (! poolAppendChar(&dtd->pool, *s)) in setElementTypePrefix()
6588 if (! poolAppendChar(&dtd->pool, XML_T('\0'))) in setElementTypePrefix()
6611 if (! poolAppendChar(&dtd->pool, XML_T('\0'))) in getAttributeId()
6645 if (! poolAppendChar(&dtd->pool, name[j])) in getAttributeId()
6648 if (! poolAppendChar(&dtd->pool, XML_T('\0'))) in getAttributeId()
6677 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS))) in getContext()
6683 if (! poolAppendChar(&parser->m_tempPool, in getContext()
6727 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6730 if (! poolAppendChar(&parser->m_tempPool, *s)) in getContext()
6732 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS))) in getContext()
6738 if (! poolAppendChar(&parser->m_tempPool, prefix->binding->uri[i])) in getContext()
6751 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6754 if (! poolAppendChar(&parser->m_tempPool, *s)) in getContext()
6759 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in getContext()
6776 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6791 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6807 if (! poolAppendChar(&parser->m_tempPool, *context)) in setContext()
6809 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6820 if (! poolAppendChar(&parser->m_tempPool, *s)) in setContext()
6984 if (! poolAppendChar(&(newDtd->pool), XML_T('\0'))) in dtdCopy()
7383 if (! poolAppendChar(pool, *s)) in poolCopyString()
7408 if (! poolAppendChar(pool, *s)) in poolCopyStringN()
7419 if (! poolAppendChar(pool, *s)) in poolAppendString()