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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c454 #define poolAppendChar(pool, c) \ macro
2921 if (!poolAppendChar(&tempPool, c))
2929 if (!poolAppendChar(&tempPool, *s))
2960 if (!poolAppendChar(&tempPool, *s))
4091 if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN))
4092 || !poolAppendChar(&tempPool, XML_T('\0')))
4128 if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN))
4129 || !poolAppendChar(&tempPool, XML_T('\0')))
4932 if (!poolAppendChar(pool, XML_T('\0')))
4978 if (!poolAppendChar(poo
[all...]
/external/expat/lib/
H A Dxmlparse.c454 #define poolAppendChar(pool, c) \ macro
2921 if (!poolAppendChar(&tempPool, c))
2929 if (!poolAppendChar(&tempPool, *s))
2960 if (!poolAppendChar(&tempPool, *s))
4091 if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN))
4092 || !poolAppendChar(&tempPool, XML_T('\0')))
4128 if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN))
4129 || !poolAppendChar(&tempPool, XML_T('\0')))
4932 if (!poolAppendChar(pool, XML_T('\0')))
4978 if (!poolAppendChar(poo
[all...]

Completed in 119 milliseconds