Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmlparse.c631 #define poolAppendChar(pool, c) \ macro
3646 if (! poolAppendChar(&parser->m_tempPool, c)) in storeAtts()
3658 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
3691 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts()
5056 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
5057 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5094 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog()
5095 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog()
5984 if (! poolAppendChar(pool, XML_T('\0'))) in storeAttributeValue()
6042 if (! poolAppendChar(pool, buf[i])) in appendAttributeValue()
[all …]