• Home
  • Raw
  • Download

Lines Matching refs:poolAppendChar

454 #define poolAppendChar(pool, c) \  macro
2937 if (!poolAppendChar(&tempPool, c)) in storeAtts()
2945 if (!poolAppendChar(&tempPool, *s)) in storeAtts()
2976 if (!poolAppendChar(&tempPool, *s)) in storeAtts()
4107 if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4108 || !poolAppendChar(&tempPool, XML_T('\0'))) in doProlog()
4144 if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4145 || !poolAppendChar(&tempPool, XML_T('\0'))) in doProlog()
4948 if (!poolAppendChar(pool, XML_T('\0'))) in storeAttributeValue()
4994 if (!poolAppendChar(pool, buf[i])) in appendAttributeValue()
5010 if (!poolAppendChar(pool, 0x20)) in appendAttributeValue()
5022 if (!poolAppendChar(pool, ch)) in appendAttributeValue()
5425 if (!poolAppendChar(&dtd->pool, *s)) in setElementTypePrefix()
5428 if (!poolAppendChar(&dtd->pool, XML_T('\0'))) in setElementTypePrefix()
5452 if (!poolAppendChar(&dtd->pool, XML_T('\0'))) in getAttributeId()
5487 if (!poolAppendChar(&dtd->pool, name[j])) in getAttributeId()
5490 if (!poolAppendChar(&dtd->pool, XML_T('\0'))) in getAttributeId()
5520 if (!poolAppendChar(&tempPool, XML_T(ASCII_EQUALS))) in getContext()
5526 if (!poolAppendChar(&tempPool, dtd->defaultPrefix.binding->uri[i])) in getContext()
5541 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5544 if (!poolAppendChar(&tempPool, *s)) in getContext()
5546 if (!poolAppendChar(&tempPool, XML_T(ASCII_EQUALS))) in getContext()
5552 if (!poolAppendChar(&tempPool, prefix->binding->uri[i])) in getContext()
5566 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5569 if (!poolAppendChar(&tempPool, *s)) in getContext()
5574 if (!poolAppendChar(&tempPool, XML_T('\0'))) in getContext()
5588 if (!poolAppendChar(&tempPool, XML_T('\0'))) in setContext()
5603 if (!poolAppendChar(&tempPool, XML_T('\0'))) in setContext()
5619 if (!poolAppendChar(&tempPool, *context)) in setContext()
5621 if (!poolAppendChar(&tempPool, XML_T('\0'))) in setContext()
5632 if (!poolAppendChar(&tempPool, *s)) in setContext()
5800 if (!poolAppendChar(&(newDtd->pool), XML_T('\0'))) in dtdCopy()
6182 if (!poolAppendChar(pool, *s)) in poolCopyString()
6196 if (!poolAppendChar(pool, *s)) in poolCopyStringN()
6208 if (!poolAppendChar(pool, *s)) in poolAppendString()