Searched refs:storeEntityValue (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/expat/lib/ |
| H A D | xmlparse.c | 544 static enum XML_Error storeEntityValue(XML_Parser parser, const ENCODING *enc, 5042 return storeEntityValue(parser, parser->m_encoding, s, end, 5170 return storeEntityValue(parser, enc, s, end, XML_ACCOUNT_DIRECT, NULL); 6763 storeEntityValue(XML_Parser parser, const ENCODING *enc, function 6952 = storeEntityValue(parser, enc, next, entityTextEnd, account, &next); 6966 result = storeEntityValue(parser, parser->m_internalEncoding, textStart,
|