Searched refs:poolAppendChar (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 611 #define poolAppendChar(pool, c) \ macro 3611 if (! poolAppendChar(&parser->m_tempPool, c)) in storeAtts() 3623 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts() 3656 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts() 4895 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog() 4896 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog() 4933 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog() 4934 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog() 5820 if (! poolAppendChar(pool, XML_T('\0'))) in storeAttributeValue() 5878 if (! poolAppendChar(poo in appendAttributeValue() [all...] |
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 600 #define poolAppendChar(pool, c) \ macro 3568 if (! poolAppendChar(&parser->m_tempPool, c)) in storeAtts() 3580 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts() 3613 if (! poolAppendChar(&parser->m_tempPool, *s)) in storeAtts() 4976 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog() 4977 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog() 5014 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN)) in doProlog() 5015 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0'))) in doProlog() 5877 if (! poolAppendChar(pool, XML_T('\0'))) in storeAttributeValue() 5935 if (! poolAppendChar(poo in appendAttributeValue() [all...] |
Completed in 19 milliseconds