Searched refs:storeEntityValue (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/lib/libexpat/lib/ |
| D | xmlparse.c | 525 static enum XML_Error storeEntityValue(XML_Parser parser, const ENCODING *enc, 4551 return storeEntityValue(parser, parser->m_encoding, s, end, in entityValueInitProcessor() 4679 return storeEntityValue(parser, enc, s, end, XML_ACCOUNT_DIRECT); in entityValueProcessor() 5123 = storeEntityValue(parser, enc, s + enc->minBytesPerChar, in doProlog() 6198 storeEntityValue(XML_Parser parser, const ENCODING *enc, in storeEntityValue() function 6283 result = storeEntityValue( in storeEntityValue()
|