Searched refs:storeEntityValue (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/expat/ |
D | xmlparse.c | 527 static enum XML_Error storeEntityValue(XML_Parser parser, const ENCODING *enc, 4544 return storeEntityValue(parser, parser->m_encoding, s, end, in entityValueInitProcessor() 4672 return storeEntityValue(parser, enc, s, end, XML_ACCOUNT_DIRECT); in entityValueProcessor() 5116 = storeEntityValue(parser, enc, s + enc->minBytesPerChar, in doProlog() 6191 storeEntityValue(XML_Parser parser, const ENCODING *enc, in storeEntityValue() function 6276 result = storeEntityValue( in storeEntityValue()
|