• Home
  • Raw
  • Download

Lines Matching refs:poolAppendChar

462 #define poolAppendChar(pool, c) \  macro
2973 if (!poolAppendChar(&tempPool, c)) in storeAtts()
2981 if (!poolAppendChar(&tempPool, *s)) in storeAtts()
3012 if (!poolAppendChar(&tempPool, *s)) in storeAtts()
4143 if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4144 || !poolAppendChar(&tempPool, XML_T('\0'))) in doProlog()
4180 if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4181 || !poolAppendChar(&tempPool, XML_T('\0'))) in doProlog()
4984 if (!poolAppendChar(pool, XML_T('\0'))) in storeAttributeValue()
5030 if (!poolAppendChar(pool, buf[i])) in appendAttributeValue()
5046 if (!poolAppendChar(pool, 0x20)) in appendAttributeValue()
5058 if (!poolAppendChar(pool, ch)) in appendAttributeValue()
5462 if (!poolAppendChar(&dtd->pool, *s)) in setElementTypePrefix()
5465 if (!poolAppendChar(&dtd->pool, XML_T('\0'))) in setElementTypePrefix()
5489 if (!poolAppendChar(&dtd->pool, XML_T('\0'))) in getAttributeId()
5524 if (!poolAppendChar(&dtd->pool, name[j])) in getAttributeId()
5527 if (!poolAppendChar(&dtd->pool, XML_T('\0'))) in getAttributeId()
5557 if (!poolAppendChar(&tempPool, XML_T(ASCII_EQUALS))) in getContext()
5563 if (!poolAppendChar(&tempPool, dtd->defaultPrefix.binding->uri[i])) in getContext()
5578 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5581 if (!poolAppendChar(&tempPool, *s)) in getContext()
5583 if (!poolAppendChar(&tempPool, XML_T(ASCII_EQUALS))) in getContext()
5589 if (!poolAppendChar(&tempPool, prefix->binding->uri[i])) in getContext()
5603 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5606 if (!poolAppendChar(&tempPool, *s)) in getContext()
5611 if (!poolAppendChar(&tempPool, XML_T('\0'))) in getContext()
5625 if (!poolAppendChar(&tempPool, XML_T('\0'))) in setContext()
5640 if (!poolAppendChar(&tempPool, XML_T('\0'))) in setContext()
5656 if (!poolAppendChar(&tempPool, *context)) in setContext()
5658 if (!poolAppendChar(&tempPool, XML_T('\0'))) in setContext()
5669 if (!poolAppendChar(&tempPool, *s)) in setContext()
5837 if (!poolAppendChar(&(newDtd->pool), XML_T('\0'))) in dtdCopy()
6219 if (!poolAppendChar(pool, *s)) in poolCopyString()
6233 if (!poolAppendChar(pool, *s)) in poolCopyStringN()
6245 if (!poolAppendChar(pool, *s)) in poolAppendString()