Home
last modified time | relevance | path

Searched refs:poolAppendChar (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/expat/
Dxmlparse.c454 #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()
[all …]
/external/expat/lib/
Dxmlparse.c462 #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 …]