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