Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c542 #define poolAppendChar(pool, c) \ macro
3427 if (!poolAppendChar(&parser->m_tempPool, c)) in storeAtts()
3439 if (!poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3471 if (!poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
4654 if (!poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4655 || !poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
4691 if (!poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4692 || !poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5527 if (!poolAppendChar(pool, XML_T('\0'))) in storeAttributeValue()
5577 if (!poolAppendChar(pool, buf[i])) in appendAttributeValue()
[all …]
/external/python/cpython3/Modules/expat/
Dxmlparse.c542 #define poolAppendChar(pool, c) \ macro
3427 if (!poolAppendChar(&parser->m_tempPool, c)) in storeAtts()
3439 if (!poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3471 if (!poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
4654 if (!poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4655 || !poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
4691 if (!poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4692 || !poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5527 if (!poolAppendChar(pool, XML_T('\0'))) in storeAttributeValue()
5577 if (!poolAppendChar(pool, buf[i])) in appendAttributeValue()
[all …]
/external/python/cpython2/Modules/expat/
Dxmlparse.c542 #define poolAppendChar(pool, c) \ macro
3427 if (!poolAppendChar(&parser->m_tempPool, c)) in storeAtts()
3439 if (!poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3471 if (!poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
4654 if (!poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4655 || !poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
4691 if (!poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
4692 || !poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5527 if (!poolAppendChar(pool, XML_T('\0'))) in storeAttributeValue()
5577 if (!poolAppendChar(pool, buf[i])) in appendAttributeValue()
[all …]