Lines Matching refs:poolAppendChar

542 #define poolAppendChar(pool, c) \  macro
3427 if (!poolAppendChar(&parser->m_tempPool, c)) in storeAtts()
3439 if (!poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3471 if (!poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
4654 if (!poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4655 || !poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
4691 if (!poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4692 || !poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5527 if (!poolAppendChar(pool, XML_T('\0'))) in storeAttributeValue()
5577 if (!poolAppendChar(pool, buf[i])) in appendAttributeValue()
5593 if (!poolAppendChar(pool, 0x20)) in appendAttributeValue()
5605 if (!poolAppendChar(pool, ch)) in appendAttributeValue()
6069 if (!poolAppendChar(&dtd->pool, *s)) in setElementTypePrefix()
6072 if (!poolAppendChar(&dtd->pool, XML_T('\0'))) in setElementTypePrefix()
6096 if (!poolAppendChar(&dtd->pool, XML_T('\0'))) in getAttributeId()
6131 if (!poolAppendChar(&dtd->pool, name[j])) in getAttributeId()
6134 if (!poolAppendChar(&dtd->pool, XML_T('\0'))) in getAttributeId()
6164 if (!poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS))) in getContext()
6170 if (!poolAppendChar(&parser->m_tempPool, dtd->defaultPrefix.binding->uri[i])) { in getContext()
6213 if (needSep && !poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6216 if (!poolAppendChar(&parser->m_tempPool, *s)) in getContext()
6218 if (!poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS))) in getContext()
6224 if (!poolAppendChar(&parser->m_tempPool, prefix->binding->uri[i])) in getContext()
6238 if (needSep && !poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6241 if (!poolAppendChar(&parser->m_tempPool, *s)) in getContext()
6246 if (!poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in getContext()
6260 if (!poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6275 if (!poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6291 if (!poolAppendChar(&parser->m_tempPool, *context)) in setContext()
6293 if (!poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in setContext()
6304 if (!poolAppendChar(&parser->m_tempPool, *s)) in setContext()
6472 if (!poolAppendChar(&(newDtd->pool), XML_T('\0'))) in dtdCopy()
6871 if (!poolAppendChar(pool, *s)) in poolCopyString()
6897 if (!poolAppendChar(pool, *s)) in poolCopyStringN()
6909 if (!poolAppendChar(pool, *s)) in poolAppendString()