Lines Matching refs:poolAppendChar

454 #define poolAppendChar(pool, c) \  macro
2934 if (!poolAppendChar(&tempPool, c)) in storeAtts()
2942 if (!poolAppendChar(&tempPool, *s)) in storeAtts()
2973 if (!poolAppendChar(&tempPool, *s)) in storeAtts()
4104 if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4105 || !poolAppendChar(&tempPool, XML_T('\0'))) in doProlog()
4141 if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4142 || !poolAppendChar(&tempPool, XML_T('\0'))) in doProlog()
4945 if (!poolAppendChar(pool, XML_T('\0'))) in storeAttributeValue()
4991 if (!poolAppendChar(pool, buf[i])) in appendAttributeValue()
5007 if (!poolAppendChar(pool, 0x20)) in appendAttributeValue()
5019 if (!poolAppendChar(pool, ch)) in appendAttributeValue()
5423 if (!poolAppendChar(&dtd->pool, *s)) in setElementTypePrefix()
5426 if (!poolAppendChar(&dtd->pool, XML_T('\0'))) in setElementTypePrefix()
5450 if (!poolAppendChar(&dtd->pool, XML_T('\0'))) in getAttributeId()
5485 if (!poolAppendChar(&dtd->pool, name[j])) in getAttributeId()
5488 if (!poolAppendChar(&dtd->pool, XML_T('\0'))) in getAttributeId()
5518 if (!poolAppendChar(&tempPool, XML_T(ASCII_EQUALS))) in getContext()
5524 if (!poolAppendChar(&tempPool, dtd->defaultPrefix.binding->uri[i])) in getContext()
5539 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5542 if (!poolAppendChar(&tempPool, *s)) in getContext()
5544 if (!poolAppendChar(&tempPool, XML_T(ASCII_EQUALS))) in getContext()
5550 if (!poolAppendChar(&tempPool, prefix->binding->uri[i])) in getContext()
5564 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5567 if (!poolAppendChar(&tempPool, *s)) in getContext()
5572 if (!poolAppendChar(&tempPool, XML_T('\0'))) in getContext()
5586 if (!poolAppendChar(&tempPool, XML_T('\0'))) in setContext()
5601 if (!poolAppendChar(&tempPool, XML_T('\0'))) in setContext()
5617 if (!poolAppendChar(&tempPool, *context)) in setContext()
5619 if (!poolAppendChar(&tempPool, XML_T('\0'))) in setContext()
5630 if (!poolAppendChar(&tempPool, *s)) in setContext()
5798 if (!poolAppendChar(&(newDtd->pool), XML_T('\0'))) in dtdCopy()
6180 if (!poolAppendChar(pool, *s)) in poolCopyString()
6194 if (!poolAppendChar(pool, *s)) in poolCopyStringN()
6206 if (!poolAppendChar(pool, *s)) in poolAppendString()