Searched refs:poolAppendChar (Results 1 – 1 of 1) sorted by relevance
/external/expat/lib/ |
D | xmlparse.c | 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() [all …]
|